forceHitPointsDamageSync: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) No edit summary |
Killzone Kid (talk | contribs) No edit summary |
||
Line 11: | Line 11: | ||
|gr1= Object Manipulation | |gr1= Object Manipulation | ||
|descr= Synchronizes hitpoints valuse andtotal damage across current network clients as well as JIP. Possible uses after executing script commands such as [[setHit]], [[setHitIndex]], [[setHitPointDamage]] or in conjunction with HandleDamage event handler (see example 2). To sync static buildings, execute on the server. | |descr= Synchronizes hitpoints valuse andtotal damage across current network clients as well as JIP. Possible uses after executing script commands such as [[setHit]], [[setHitIndex]], [[setHitPointDamage]] or in conjunction with [[Arma_3:_Event_Handlers#HandleDamage | HandleDamage]] event handler (see example 2). To sync static buildings, execute on the [[isServer | server]]. | ||
|s1= [[forceHitPointsDamageSync]] entity | |s1= [[forceHitPointsDamageSync]] entity |
Revision as of 17:35, 27 December 2023
Description
- Description:
- Synchronizes hitpoints valuse andtotal damage across current network clients as well as JIP. Possible uses after executing script commands such as setHit, setHitIndex, setHitPointDamage or in conjunction with HandleDamage event handler (see example 2). To sync static buildings, execute on the server.
- Groups:
- Object Manipulation
Syntax
- Syntax:
- forceHitPointsDamageSync entity
- Parameters:
- entity: Object - entity
- Return Value:
- Boolean - true if sync was attempted
Examples
- Example 1:
- forceHitPointsDamageSync house1;
- Example 2:
Additional Information
- See also:
- getHit getHitPointDamage setHitPointDamage damage setDamage setFuel setAmmo getHitIndex setHitIndex
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note