Description
Wiki Description
Pauses the script for at least the specified amount of time. This function is latent. Time will be counted while the player is in a menu.
Documentation Comment
Waits for the specified amount of time (latent) - Timer WILL run during menu mode
Caveats
CK Wiki - Notes
- The name of this utility script may be misleading: it provides a method for waiting *during* menu mode. To wait for the beginning or end of menu mode, see Utility.IsInMenuMode() or Utility.Wait(...) respectively.
- Wait time isn't precise, based on framerate and general Papyrus system workload.
- A wait time of 0 won't actually wait, and will just return immediately.
Parameters
floatafSeconds
CK Wiki Description
How long to wait, in real-time seconds.
Examples
No human-generated examples found for this function.
Auto-Generated Example
float myFloat__afSeconds
Utility.WaitMenuMode(myFloat__afSeconds)