Difference between revisions of "ScriptEvent:increaseStatInt"
From Mod Wiki
(No difference)
|
Latest revision as of 16:19, 5 November 2007
Parameters
handle handle -- Handle to the stat. integer index -- Index of the client. integer value -- Value to increase the stat by.
Result
None.
Supported By
sdSysCallThread
Comments
- This stat must have been allocated using allocStatInt.
Functionality
Increases the value of a stat for a client by a given value.