Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_EntityLabelPointComponent.c File Reference

Go to the source code of this file.

Classes

class  SCR_EntityLabelPointComponentClass

Functions

bool HasLabel (EEditableEntityLabel label)
ScriptInvoker GetOnOwnerUpdated ()
void OnEntityUpdated (notnull SCR_EditableEntityComponent editableComponent)
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()

void OnEntityUpdated ( notnull SCR_EditableEntityComponent editableComponent)
protected

Definition at line 53 of file SCR_EntityLabelPointComponent.c.

◆ ~SCR_EntityLabelPointComponent()

void ~SCR_EntityLabelPointComponent ( )
protected

Definition at line 78 of file SCR_EntityLabelPointComponent.c.

Variable Documentation

◆ m_OnOwnerUpdated