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

Go to the source code of this file.

Classes

class  SCR_EditorLinkComponentClass
class  SCR_EditorLinkEntry

Functions

ScriptInvoker GetOnLinkedEntitiesSpawned ()
bool IsSpawned ()
override void EOnInit (IEntity owner)
override void OnPostInit (IEntity owner)
 Editable Mine.
void SpawnComposition ()
array< IEntityGetLinkedChildren ()
bool HasChild (IEntity entity)

Variables

SCR_EditorLinkComponentClass s_bIgnoreSpawning
ref array< IEntitym_aLinkedChildren
ref ScriptInvoker m_OnLinkedEntitiesSpawned

Function Documentation

◆ GetLinkedChildren()

array< IEntity > GetLinkedChildren ( )
protected

Definition at line 131 of file SCR_EditorLinkComponent.c.

◆ GetOnLinkedEntitiesSpawned()

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

Definition at line 28 of file SCR_EditorLinkComponent.c.

◆ HasChild()

bool HasChild ( IEntity entity)
protected

Definition at line 136 of file SCR_EditorLinkComponent.c.

◆ IsSpawned()

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

Definition at line 69 of file SCR_EditorLinkComponent.c.

◆ SpawnComposition()

void SpawnComposition ( )
protected

Definition at line 100 of file SCR_EditorLinkComponent.c.

Variable Documentation

◆ m_aLinkedChildren

ref array<IEntity> m_aLinkedChildren
protected

Definition at line 21 of file SCR_EditorLinkComponent.c.

◆ m_OnLinkedEntitiesSpawned

ref ScriptInvoker m_OnLinkedEntitiesSpawned
protected

Definition at line 23 of file SCR_EditorLinkComponent.c.