OnServerShareTick

From NPC for VCMP 0.4 Servers
Revision as of 06:45, 25 August 2023 by Habi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.