GetScriptTimeout: Difference between revisions
From Catglobe Wiki
More actions
jrfconvert import  |
No edit summary  |
||
| (2 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
{{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);'' | ''print(b); //Result: 0'' Â | ||
'''Availability''' | '''Availability''' Â | ||
Version 4.8 | Version 4.8 __NOTOC__ <!-- imported from file: 4256.htm--> Â | ||
__NOTOC__ | Â | ||
<!-- imported from file: 4256.htm--> | [[Category:General_Functions]] | ||
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