OnServerShareTick

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search

This function was added in v1.6 beta 5 and will not work on previous versions.


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.