OnServerShareTick
Jump to navigation
Jump to search
This function was added in v1.6 beta 5 and will not work on previous versions.
On server version 0.4.7.1, this callback may not be available.
Description:
This function is periodically called when server shares tickcount with npc.
Parameters:
(tickcount)
Return Values:
This function does not return any specific values.
Example
function OnServerShareTick(tickcount) { }
Related Functions
The following functions may be helpful as they relate to this function in one way or another.