Gungame51.core.players.Player
From GunGame5 Documentation
Revision as of 05:09, 28 April 2009 by GunGame5WikiAdmin (Talk | contribs)
Contents |
Class: Player
Module: gungame.core.players
GunGame Version: 5.1
Overview
Description
This class is intended to be used as the class container for interaction with all GunGame-based player attributes. This class forwards to the stored PlayerDict instance of the player's userid, which in return returns the stored player's instance of the BasePlayer class.
Quick Example
Methods
- __init__(userid)
Static Methods
- addAttributeCallBack(attribute, function, addon)
- removeAttributeCallBack(attribute)
- removeCallBacksForAddon(addon)