GetScriptTimeout

From Catglobe Wiki
Jump to: navigation, search



getScriptTimeout

Gets the time in seconds, that a CGScript will be allowed to execute.

Syntax

getScriptTimeout()

Arguments

none.

Return type

number

Examples

number b = getScriptTimeout();

print(b); //Result: 0

Availability

Version 4.8