ScriptEvent:allocStatFloat

From Mod Wiki
Revision as of 10:56, 5 November 2007 by Wizz (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.