SendOnFootSyncDataLV: Difference between revisions

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search
(Created page with "{{Welcome| desc= Same as SendOnFootSyncData with the fields like keys, position, health, armour etc of the function used from the Local Values ( calculated from the last p...")
 
No edit summary
Line 1: Line 1:
{{Welcome|
{{Welcome|
desc= Same as [[SendOnFootSyncData]] with the fields like keys, position, health, armour etc of the function used from the Local Values ( calculated from the last packet send to server or modified using [[SetLocalValue]] )|
desc= Same as [[SendOnFootSyncData]] with the fields like keys, position, health, armour etc of the function used from the Local Values ( calculated from the last packet send to server or modified using [[SetLocalValue]] )|
params=<syntaxhighlight lang="lua">(  )</syntaxhighlight> |
params=<syntaxhighlight lang="lua">NoParams</syntaxhighlight> |
note=This was added in v1.4 and will not work in previous builds.|
note=This was added in v1.4 and will not work in previous builds.|
relfuncs=*[[SendOnFootSyncDataLV]]|
relfuncs=*[[SendOnFootSyncDataLV]]|
}}
}}

Revision as of 21:58, 18 November 2022


Description:
Same as SendOnFootSyncData with the fields like keys, position, health, armour etc of the function used from the Local Values ( calculated from the last packet send to server or modified using SetLocalValue )


Parameters:

NoParams


Return Values:
This function does not return any specific values.

Important Note:
This was added in v1.4 and will not work in previous builds.


Related Functions

The following functions may be helpful as they relate to this function in one way or another.