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_EditorLinkComponentClass |
class | SCR_EditorLinkEntry |
Functions | |
ScriptInvoker | GetOnLinkedEntitiesSpawned () |
bool | IsSpawningIgnored () |
bool | IsSpawned () |
override void | EOnInit (IEntity owner) |
override void | OnPostInit (IEntity owner) |
Editable Mine. More... | |
void | SpawnComposition () |
Variables | |
SCR_EditorLinkComponentClass | s_bIgnoreSpawning |
protected bool | m_bIsSpawned |
protected ref ScriptInvoker | m_OnLinkedEntitiesSpawned |
ScriptInvoker GetOnLinkedEntitiesSpawned | ( | ) |
Definition at line 24 of file SCR_EditorLinkComponent.c.
bool IsSpawned | ( | ) |
Definition at line 65 of file SCR_EditorLinkComponent.c.
bool IsSpawningIgnored | ( | ) |
Definition at line 35 of file SCR_EditorLinkComponent.c.
void SpawnComposition | ( | ) |
Definition at line 96 of file SCR_EditorLinkComponent.c.
protected bool m_bIsSpawned |
Definition at line 18 of file SCR_EditorLinkComponent.c.
protected ref ScriptInvoker m_OnLinkedEntitiesSpawned |
Definition at line 19 of file SCR_EditorLinkComponent.c.