Script SetTimer
From CryWiki
Script.SetTimer(number, function)
Description
Executes a function after a specified amount of time.
Arguments
- Time in milliseconds until the function executes
- Function to execute
Example
|
| |
|---|---|
| |
Script.SetTimer(number, function)
Executes a function after a specified amount of time.
|
| |
|---|---|
| |