Back To Index

SyncHealthController

Jump To Function Definitions


Function Definitions

Select the function name from below to jump directly to it on this page.

SendDamageOverNetwork


public virtual void SendDamageOverNetwork(vDamage damage)

Used to send the NetworkOnReceiveDamage RPC. This has this damage be received by all networked versions across the network.

Expose Value Overrideable Returns
public True Does not return anything
Parameter Name Description
damage *No found decription

Back To Top