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

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
 

Function Documentation

◆ GetOnLinkedEntitiesSpawned()

ScriptInvoker GetOnLinkedEntitiesSpawned ( )
Returns
Event called after all linked entities were spawned

Definition at line 24 of file SCR_EditorLinkComponent.c.

◆ IsSpawned()

bool IsSpawned ( )
Returns
True if all linked children were spawned

Definition at line 65 of file SCR_EditorLinkComponent.c.

◆ IsSpawningIgnored()

bool IsSpawningIgnored ( )
Returns
true if spawning is set to be ignored

Definition at line 35 of file SCR_EditorLinkComponent.c.

◆ SpawnComposition()

void SpawnComposition ( )

Definition at line 96 of file SCR_EditorLinkComponent.c.

Variable Documentation

◆ m_bIsSpawned

protected bool m_bIsSpawned

Definition at line 18 of file SCR_EditorLinkComponent.c.

◆ m_OnLinkedEntitiesSpawned

protected ref ScriptInvoker m_OnLinkedEntitiesSpawned

Definition at line 19 of file SCR_EditorLinkComponent.c.