![]() |
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
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 |
| override protected void GetOnLocationChange | ( | SCR_EditableEntityComponent | nearestLocation | ) |
Definition at line 24 of file SCR_EditableSpawnPointComponent.c.
| override ScriptInvoker GetOnUIRefresh | ( | ) |
Definition at line 37 of file SCR_EditableSpawnPointComponent.c.
| void SCR_EditableSpawnPointComponent | ( | IEntityComponentSource | src, |
| IEntity | ent, | ||
| IEntity | parent | ||
| ) |
| [in] | src | |
| [in] | ent | |
| [in] | parent |
Definition at line 47 of file SCR_EditableSpawnPointComponent.c.
| override void SetTransform | ( | vector | transform[4], |
| bool | changedByUser = false |
||
| ) |
Definition at line 30 of file SCR_EditableSpawnPointComponent.c.
| protected void UpdateText | ( | ) |
Definition at line 15 of file SCR_EditableSpawnPointComponent.c.
| protected ref SCR_UIInfo m_UIInfoSpawnPoint |
Definition at line 12 of file SCR_EditableSpawnPointComponent.c.