Difference between revisions of "Utility Script"

288 bytes added ,  02:29, 22 October 2017
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 ==
Anonymous user