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

Go to the source code of this file.

Classes

class  SCR_RefPreviewEntityClass

Functions

void ApplyReference (SCR_EditorPreviewParams param)
void SetAsInstant ()
 Mark the reference entity as applied at the same time as it's created.
bool ApplyChild (SCR_EditorPreviewParams param, bool isDirectChild, set< SCR_EditableEntityComponent > editedEntities, bool isInstant)
void UpdateReference (vector transform[4], EEditorTransformVertical verticalMode, bool isUnderwater)
void EOnPreviewInit (SCR_BasePreviewEntry entry, SCR_BasePreviewEntity root)

Variables

SCR_RefPreviewEntityClass m_aEditedEntities
 Reference entity used to position edited entities according to preview.
bool m_bIsInstant

Function Documentation

◆ ApplyChild()

bool ApplyChild ( SCR_EditorPreviewParams param,
bool isDirectChild,
set< SCR_EditableEntityComponent > editedEntities,
bool isInstant )
protected

Definition at line 107 of file SCR_RefPreviewEntity.c.

◆ ApplyReference()

void ApplyReference ( SCR_EditorPreviewParams param)
protected

Apply changes in reference entity to its original entities.

Parameters
[in]paramTransformation params

Definition at line 46 of file SCR_RefPreviewEntity.c.

◆ EOnPreviewInit()

void EOnPreviewInit ( SCR_BasePreviewEntry entry,
SCR_BasePreviewEntity root )
protected

Definition at line 204 of file SCR_RefPreviewEntity.c.

◆ SetAsInstant()

void SetAsInstant ( )
protected

Mark the reference entity as applied at the same time as it's created.

Definition at line 101 of file SCR_RefPreviewEntity.c.

◆ UpdateReference()

void UpdateReference ( vector transform[4],
EEditorTransformVertical verticalMode,
bool isUnderwater )
protected

Definition at line 180 of file SCR_RefPreviewEntity.c.

Variable Documentation

◆ m_aEditedEntities

SCR_RefPreviewEntityClass m_aEditedEntities

Reference entity used to position edited entities according to preview.

◆ m_bIsInstant

bool m_bIsInstant
protected

Definition at line 12 of file SCR_RefPreviewEntity.c.