Difference between revisions of "ScriptEvent:allocStatFloat"

From Mod Wiki
 
(No difference)

Latest revision as of 10:56, 5 November 2007

Parameters

string name -- Name of the stat to allocate.

Result

handle

Supported By

sdSysCallThread

Comments

  • If the stat already exists, a handle to the existing stat will be returned.

Functionality

Allocates an float based stat of the given name, and returns a handle to it.