Script SetTimerForFunction
From CryWiki
Script.SetTimerForFunction(number, string, [ args ])
Description
Executes a function after a specified amount of time.
Arguments
- Time in milliseconds until the function executes
- Function to execute (as string)
- (optional) Extra arguments for the function
Example
|
| |
|---|---|
| |
