GetScriptTimeout

From Catglobe Wiki
Revision as of 11:13, 21 March 2011 by Cg pham (talk | contribs)
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);

Availability

Version 4.8