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

Go to the source code of this file.

Classes

class  SCR_EditablePreviewComponentClass

Functions

void InitFromEntity (SCR_EditableEntityComponent from)
void InitFromSource (IEntityComponentSource from)
override bool GetPos (out vector pos)
override void UpdateGameHierarchy (IEntity parent, IEntity child, bool toAdd)
override EEditableEntityType GetEntityType (IEntity owner=null)
override SCR_UIInfo GetInfo (IEntity owner=null)

Variables

SCR_EditablePreviewComponentClass m_SourceEntity
 Special configuration to show icon of SCR_BasePreviewEntity ghost preview.
EEditableEntityType m_EntityTypeInternal
ref SCR_UIInfo m_UIInfoInternal

Function Documentation

◆ GetEntityType()

override EEditableEntityType GetEntityType ( IEntity owner = null)
protected

Definition at line 68 of file SCR_EditablePreviewComponent.c.

◆ GetInfo()

override SCR_UIInfo GetInfo ( IEntity owner = null)
protected

Definition at line 74 of file SCR_EditablePreviewComponent.c.

◆ GetPos()

override bool GetPos ( out vector pos)
protected

Definition at line 53 of file SCR_EditablePreviewComponent.c.

◆ InitFromEntity()

void InitFromEntity ( SCR_EditableEntityComponent from)
protected

Initialise the entity from another entity (copy its visualization).

Parameters
[in]fromOriginal entity

Definition at line 18 of file SCR_EditablePreviewComponent.c.

◆ InitFromSource()

void InitFromSource ( IEntityComponentSource from)
protected

Initialise the entity from entity source.

Parameters
[in]fromEntity source

Definition at line 33 of file SCR_EditablePreviewComponent.c.

◆ UpdateGameHierarchy()

override void UpdateGameHierarchy ( IEntity parent,
IEntity child,
bool toAdd )
protected

Definition at line 62 of file SCR_EditablePreviewComponent.c.

Variable Documentation

◆ m_EntityTypeInternal

EEditableEntityType m_EntityTypeInternal
protected

Definition at line 12 of file SCR_EditablePreviewComponent.c.

◆ m_UIInfoInternal

ref SCR_UIInfo m_UIInfoInternal
protected

Definition at line 13 of file SCR_EditablePreviewComponent.c.