ScriptEvent:strToFloat

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

Parameters

string value -- The string to convert.

Result

float

Supported By

sdSysCallThread

Comments

  • If the text does not represent a valid float, 0 will be returned

Functionality

Converts the given string into a float.