Gungame51.core.players.shortcuts
From GunGame5 Documentation
(Difference between revisions)
Line 2: | Line 2: | ||
ggversion=5.1 or higher| | ggversion=5.1 or higher| | ||
description=meh| | description=meh| | ||
- | classes=* [[gungame.core.players.Player|Player]]| | + | classes=* [[gungame.core.players.shortcuts.Player|Player]]| |
- | functions=* [[gungame.core.players.shortcuts.addAttributeCallBack|addAttributeCallBack]](''attribute, function, addon'') | + | functions=* [[gungame.core.players.shortcuts.setAttribute|setAttribute]](''filter, attribute, value'') |
+ | * [[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.deleteAttribute|deleteAttribute]](''filter, attribute'') | * [[gungame.core.players.shortcuts.deleteAttribute|deleteAttribute]](''filter, attribute'') | ||
* [[gungame.core.players.shortcuts.resetPlayers|resetPlayers]]()| | * [[gungame.core.players.shortcuts.resetPlayers|resetPlayers]]()| | ||
}} | }} |
Revision as of 15:15, 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)
- addAttributeCallBack(attribute, function, addon)
- removeAttributeCallBack(attribute)
- removeCallBacksForAddon(addon)
- deleteAttribute(filter, attribute)
- resetPlayers()
See Also
{{{seealso}}}