players.dictionary module¶
Provides helper class to store player instances.
-
class
players.dictionary.
PlayerDictionary
(factory=<class 'players.engines.orangebox.cstrike.Player'>, *args, **kwargs)[source]¶ Bases:
entities.dictionary.EntityDictionary
Helper class used to store player instances.
-
__init__
(factory=<class 'players.engines.orangebox.cstrike.Player'>, *args, **kwargs)[source]¶ Initializes the dictionary.
Parameters:
-