Difference between revisions of "ScriptEvent:strToFloat"

From Mod Wiki
 
(No difference)

Latest revision as of 18:17, 5 November 2007

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.