OnServerShareTick

From NPC for VCMP 0.4 Servers
Revision as of 11:17, 28 September 2024 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.

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.