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

Go to the source code of this file.

Classes

class  SCR_EditableSpawnPointComponentClass

Functions

void UpdateText ()
void GetOnLocationChange (SCR_EditableEntityComponent nearestLocation)
override bool 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.
ref SCR_UIInfo m_UIInfoSpawnPoint

Function Documentation

◆ GetOnLocationChange()

void GetOnLocationChange ( SCR_EditableEntityComponent nearestLocation)
protected

Definition at line 24 of file SCR_EditableSpawnPointComponent.c.

◆ GetOnUIRefresh()

override ScriptInvoker GetOnUIRefresh ( )
protected

Definition at line 44 of file SCR_EditableSpawnPointComponent.c.

◆ SCR_EditableSpawnPointComponent()

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

Definition at line 54 of file SCR_EditableSpawnPointComponent.c.

◆ SetTransform()

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

Definition at line 34 of file SCR_EditableSpawnPointComponent.c.

◆ UpdateText()

void UpdateText ( )
protected

Definition at line 15 of file SCR_EditableSpawnPointComponent.c.

Variable Documentation

◆ m_UIInfoSpawnPoint

ref SCR_UIInfo m_UIInfoSpawnPoint
protected

Definition at line 12 of file SCR_EditableSpawnPointComponent.c.