GetScriptTimeout

From Catglobe Wiki
Revision as of 10:46, 7 March 2011 by 127.0.0.1 (talk | contribs) (jrfconvert import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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