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

Go to the source code of this file.

Data Structures

class  SCR_EditableSpawnPointComponentClass
 

Functions

protected void UpdateText ()
 
override protected void GetOnLocationChange (SCR_EditableEntityComponent nearestLocation)
 
override void SetTransform (vector transform[4], bool changedByUser=false)
 
override ScriptInvoker GetOnUIRefresh ()
 
void SCR_EditableSpawnPointComponent (IEntityComponentSource src, IEntity ent, IEntity parent)
 

Variables

SCR_EditableSpawnPointComponentClass m_SpawnPoint
 Editable SCR_SpawnPoint. More...
 
protected ref SCR_UIInfo m_UIInfoSpawnPoint
 

Function Documentation

◆ GetOnLocationChange()

override protected void GetOnLocationChange ( SCR_EditableEntityComponent  nearestLocation)

Definition at line 24 of file SCR_EditableSpawnPointComponent.c.

◆ GetOnUIRefresh()

override ScriptInvoker GetOnUIRefresh ( )

Definition at line 37 of file SCR_EditableSpawnPointComponent.c.

◆ SCR_EditableSpawnPointComponent()

void SCR_EditableSpawnPointComponent ( IEntityComponentSource  src,
IEntity  ent,
IEntity  parent 
)
Parameters
[in]src
[in]ent
[in]parent

Definition at line 47 of file SCR_EditableSpawnPointComponent.c.

◆ SetTransform()

override void SetTransform ( vector  transform[4],
bool  changedByUser = false 
)

Definition at line 30 of file SCR_EditableSpawnPointComponent.c.

◆ UpdateText()

protected void UpdateText ( )

Definition at line 15 of file SCR_EditableSpawnPointComponent.c.

Variable Documentation

◆ m_UIInfoSpawnPoint

protected ref SCR_UIInfo m_UIInfoSpawnPoint

Definition at line 12 of file SCR_EditableSpawnPointComponent.c.