ScriptEvent:argvf
From Mod Wiki
Contents |
[edit]
Parameters
integer index -- Index of the string to look up.
[edit]
Result
[edit]
Supported By
sdSysCallThread
[edit]
Comments
- If the index is out of range, or the string cannot be converted to a float, then the result will be 0.
- You can find out the current number of strings using argc.
[edit]
Functionality
Returns the string from the action command at the specified index converted to a float.
