Struct CapturePointUpdateBroadcast
Server → Client broadcast when a capture point's state changes.
public struct CapturePointUpdateBroadcast : IBroadcast
- Implements
-
IBroadcast
- Inherited Members
Fields
CaptureProgress
Current capture progress (interactions applied).
public int CaptureProgress
Field Value
InteractableID
ID of the capture point interactable.
public long InteractableID
Field Value
InteractionsToCapture
Total interactions required to capture.
public int InteractionsToCapture
Field Value
OwnerCharacterID
Character ID of the current owner, or 0 if neutral.
public long OwnerCharacterID
Field Value
State
Current objective state.
public ObjectiveState State
Field Value
TemplateID
Template ID of the capture point.
public int TemplateID