Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

GetScriptTimeout: Difference between revisions

From Catglobe Wiki
Cg_pham (talk | contribs)
No edit summary
Cg van (talk | contribs)
No edit summary
 
Line 1: Line 1:
[[Category:General_Functions]]
{{HelpFiles}}  
{{HelpFiles}}
 
==== getScriptTimeout ====


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


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


'''Syntax'''
getScriptTimeout()


getScriptTimeout()
'''Arguments'''


'''Arguments'''
none.


none.
'''Return type'''


'''Return type'''
number


number
'''Examples'''


'''Examples'''
''number b = getScriptTimeout();''  


''number b = getScriptTimeout();''
''print(b); //Result: 0''  


''print(b);''
'''Availability'''  


'''Availability'''
Version 4.8 __NOTOC__ <!-- imported from file: 4256.htm-->


Version 4.8
[[Category:General_Functions]]
__NOTOC__
<!-- imported from file: 4256.htm-->

Latest revision as of 10:33, 21 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); //Result: 0

Availability

Version 4.8