Difference between revisions of "GetScriptTimeout"

From Catglobe Wiki
Jump to: navigation, search
Line 1: Line 1:
 
[[Category:General_Functions]]
 
[[Category:General_Functions]]

+
{{HelpFiles}}
  
 
====getScriptTimeout====
 
====getScriptTimeout====

Revision as of 09:38, 12 December 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