Difference between revisions of "GetScriptTimeout"

From Catglobe Wiki
Jump to: navigation, search
(jrfconvert import)
 
Line 1: Line 1:
[[Category:HelpBooks]]
+
[[Category:General_Functions]]
 

 

  

Revision as of 11:13, 21 March 2011



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