File tree Expand file tree Collapse file tree
docs/source-python/source/developing/modules
packages/source-python/weapons Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,3 +5,12 @@ weapons.restrictions module
55 :members:
66 :undoc-members:
77 :show-inheritance:
8+
9+ .. data :: weapon_restriction_handler
10+
11+ The base instance of the :class: `WeaponRestrictionHandler ` class that
12+ is used internally by the :class: `players.entity.Player ` class.
13+
14+ .. data :: weapon_restriction_manager
15+
16+ The singleton object of the :class: `_WeaponRestrictionManager ` class.
Original file line number Diff line number Diff line change 3535# =============================================================================
3636# >> ALL DECLARATION
3737# =============================================================================
38- __all__ = ('WeaponRestrictionHandler' ,
38+ __all__ = ('_WeaponRestrictionManager' ,
39+ 'WeaponRestrictionHandler' ,
3940 'weapon_restriction_handler' ,
4041 'weapon_restriction_manager' ,
4142 )
You can’t perform that action at this time.
0 commit comments