Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_EntityLabelPointComponent.c File Reference

Go to the source code of this file.

Data Structures

class  SCR_EntityLabelPointComponentClass
 

Functions

bool HasLabel (EEditableEntityLabel label)
 
ScriptInvoker GetOnOwnerUpdated ()
 
protected void OnEntityUpdated (notnull SCR_EditableEntityComponent editableComponent)
 
protected override void EOnInit (IEntity owner)
 
void ~SCR_EntityLabelPointComponent ()
 

Variables

SCR_EntityLabelPointComponentClass m_OnOwnerUpdated
 

Function Documentation

◆ GetOnOwnerUpdated()

ScriptInvoker GetOnOwnerUpdated ( )
Returns
invoker called with position updates

Definition at line 44 of file SCR_EntityLabelPointComponent.c.

◆ HasLabel()

bool HasLabel ( EEditableEntityLabel  label)
Returns
true if Component has label specified in input

Definition at line 30 of file SCR_EntityLabelPointComponent.c.

◆ OnEntityUpdated()

protected void OnEntityUpdated ( notnull SCR_EditableEntityComponent  editableComponent)

Definition at line 53 of file SCR_EntityLabelPointComponent.c.

◆ ~SCR_EntityLabelPointComponent()

void ~SCR_EntityLabelPointComponent ( )

Definition at line 78 of file SCR_EntityLabelPointComponent.c.

Variable Documentation

◆ m_OnOwnerUpdated