![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
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 |
|
protected |
Definition at line 107 of file SCR_RefPreviewEntity.c.
|
protected |
Apply changes in reference entity to its original entities.
| [in] | param | Transformation params |
Definition at line 46 of file SCR_RefPreviewEntity.c.
|
protected |
Definition at line 204 of file SCR_RefPreviewEntity.c.
|
protected |
Mark the reference entity as applied at the same time as it's created.
Definition at line 101 of file SCR_RefPreviewEntity.c.
|
protected |
Definition at line 180 of file SCR_RefPreviewEntity.c.
| SCR_RefPreviewEntityClass m_aEditedEntities |
Reference entity used to position edited entities according to preview.
|
protected |
Definition at line 12 of file SCR_RefPreviewEntity.c.