Difference between revisions of "Utility Script"
Jump to navigation
Jump to search
Add missing F4SE member functions
imported>Fatlenin |
imported>ShadeMe (Add missing F4SE member functions) |
||
Line 74: | Line 74: | ||
*Function [[WaitMenuMode - Utility|WaitMenuMode]](float afSeconds) | *Function [[WaitMenuMode - Utility|WaitMenuMode]](float afSeconds) | ||
**Pauses the script for at least the specified time (latent). ''Does'' count time spent in a menu. | **Pauses the script for at least the specified time (latent). ''Does'' count time spent in a menu. | ||
== F4SE Global Functions == | |||
*var[] Function [[VarToVarArray - Utility|VarToVarArray]](var v) | |||
**Converts var to var[], for [[UI_Script|UI Script]] functions. | |||
*var Function [[VarArrayToVar - Utility|VarArrayToVar]](var[] v) | |||
**Converts var[] to var, for [[UI_Script|UI Script]] functions. | |||
== Member Functions == | == Member Functions == |