February 2013
Intermediate to advanced
538 pages
20h 55m
English
register_tick_function
bool register_tick_function(callablefunction[, mixedarg1[, mixedarg2[, ... mixedargN]]])
Registers the function name to be
called on each tick. The function is called with the given arguments.
Obviously, registering a tick function can have a serious impact on
the performance of your script. Returns true if the operation was successful, or
false otherwise.
Read now
Unlock full access