Gungame51.core.players.Player
From GunGame5 Documentation
(Difference between revisions)
Line 13: | Line 13: | ||
methods=* [[gungame.core.players.Player.__init__|__init__]](''userid'') | methods=* [[gungame.core.players.Player.__init__|__init__]](''userid'') | ||
- | [[gungame.core.players.Player.addAttributeCallBack|addAttributeCallBack]](''attribute, function, addon'') | + | ==== Static Class Methods ==== |
+ | * [[gungame.core.players.Player.addAttributeCallBack|addAttributeCallBack]](''attribute, function, addon'') | ||
* [[gungame.core.players.Player.removeAttributeCallBack|removeAttributeCallBack]](''attribute'') | * [[gungame.core.players.Player.removeAttributeCallBack|removeAttributeCallBack]](''attribute'') | ||
* [[gungame.core.players.Player.removeCallBacksForAddon|removeCallBacksForAddon]](''addon'')| | * [[gungame.core.players.Player.removeCallBacksForAddon|removeCallBacksForAddon]](''addon'')| |
Revision as of 05:02, 28 April 2009
Contents |
Class: Player
Module: gungame.core.players
GunGame Version: 5.1
Overview
Description
Quick Example
Methods
- __init__(userid)
Static Class Methods
- addAttributeCallBack(attribute, function, addon)
- removeAttributeCallBack(attribute)
- removeCallBacksForAddon(addon)
Static Methods
{{{staticmethods}}}