OnServerShareTick

From NPC for VCMP 0.4 Servers
Revision as of 06:27, 25 August 2023 by Habi (talk | contribs) (Created page with "<poem style="border: 2px solid #d6d2c5; background-color: #f9f4e6; padding: 1em;"> This function was added in v1.6 beta 4 patch2 and will not work on previous versions. </poem> {{Welcome| desc=This function is periodically called when server shares tickcount with npc.| params=<syntaxhighlight lang="lua">(tickcount)</syntaxhighlight>| example=<source lang="lua"> function OnServerShareTick(tickcount) { } </source>| relfuncs=*GetTickCount }}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function was added in v1.6 beta 4 patch2 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.