Gungame51.core.players.shortcuts
From GunGame5 Documentation
(Difference between revisions)
Line 4: | Line 4: | ||
classes=* [[gungame.core.players.shortcuts.Player|Player]]| | classes=* [[gungame.core.players.shortcuts.Player|Player]]| | ||
functions=* [[gungame.core.players.shortcuts.setAttribute|setAttribute]](''filter, attribute, value'') | functions=* [[gungame.core.players.shortcuts.setAttribute|setAttribute]](''filter, attribute, value'') | ||
+ | * [[gungame.core.players.shortcuts.deleteAttribute|deleteAttribute]](''filter, attribute'') | ||
* [[gungame.core.players.shortcuts.addAttributeCallBack|addAttributeCallBack]](''attribute, function, addon'') | * [[gungame.core.players.shortcuts.addAttributeCallBack|addAttributeCallBack]](''attribute, function, addon'') | ||
* [[gungame.core.players.shortcuts.removeAttributeCallBack|removeAttributeCallBack]](''attribute'') | * [[gungame.core.players.shortcuts.removeAttributeCallBack|removeAttributeCallBack]](''attribute'') | ||
* [[gungame.core.players.shortcuts.removeCallBacksForAddon|removeCallBacksForAddon]](''addon'') | * [[gungame.core.players.shortcuts.removeCallBacksForAddon|removeCallBacksForAddon]](''addon'') | ||
- | |||
* [[gungame.core.players.shortcuts.resetPlayers|resetPlayers]]()| | * [[gungame.core.players.shortcuts.resetPlayers|resetPlayers]]()| | ||
}} | }} |
Revision as of 15:16, 27 April 2009
Module: gungame.core.players.shortcuts
Module Overview
GunGame Version: 5.1 or higher
Table of Contents
Contents |
Description
meh
Module Content
Classes
Functions
- setAttribute(filter, attribute, value)
- deleteAttribute(filter, attribute)
- addAttributeCallBack(attribute, function, addon)
- removeAttributeCallBack(attribute)
- removeCallBacksForAddon(addon)
- resetPlayers()
See Also
{{{seealso}}}