Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_EditorMetaStruct Class Reference
Inheritance diagram for SCR_EditorMetaStruct:
JsonApiStruct

Protected Member Functions

void Serialize ()
void Deserialize ()
void ClearCache ()
void OnEditorManagerCreated (SCR_EditorManagerEntity editorManager)
void OnEditorManagerCreatedDelayed ()
void OnCameraCreated (SCR_ManualCamera camera)
void Log ()
void SCR_EditorMetaStruct ()

Protected Attributes

float pX
float pY
float pZ
float qX
float qY
float qZ
float qW

Detailed Description

Saved data for editor-specific information, e.g., camera position

Definition at line 7 of file SCR_EditorMetaStruct.c.

Constructor & Destructor Documentation

◆ SCR_EditorMetaStruct()

void SCR_EditorMetaStruct::SCR_EditorMetaStruct ( )
inlineprotected

Definition at line 118 of file SCR_EditorMetaStruct.c.

Member Function Documentation

◆ ClearCache()

void SCR_EditorMetaStruct::ClearCache ( )
inlineprotected

Definition at line 53 of file SCR_EditorMetaStruct.c.

◆ Deserialize()

void SCR_EditorMetaStruct::Deserialize ( )
inlineprotected

Definition at line 37 of file SCR_EditorMetaStruct.c.

◆ Log()

void SCR_EditorMetaStruct::Log ( )
inlineprotected

Definition at line 107 of file SCR_EditorMetaStruct.c.

◆ OnCameraCreated()

void SCR_EditorMetaStruct::OnCameraCreated ( SCR_ManualCamera camera)
inlineprotected

Definition at line 86 of file SCR_EditorMetaStruct.c.

◆ OnEditorManagerCreated()

void SCR_EditorMetaStruct::OnEditorManagerCreated ( SCR_EditorManagerEntity editorManager)
inlineprotected

Definition at line 63 of file SCR_EditorMetaStruct.c.

◆ OnEditorManagerCreatedDelayed()

void SCR_EditorMetaStruct::OnEditorManagerCreatedDelayed ( )
inlineprotected

Definition at line 68 of file SCR_EditorMetaStruct.c.

◆ Serialize()

void SCR_EditorMetaStruct::Serialize ( )
inlineprotected

Definition at line 17 of file SCR_EditorMetaStruct.c.

Member Data Documentation

◆ pX

float SCR_EditorMetaStruct::pX
protected

Definition at line 9 of file SCR_EditorMetaStruct.c.

◆ pY

float SCR_EditorMetaStruct::pY
protected

Definition at line 10 of file SCR_EditorMetaStruct.c.

◆ pZ

float SCR_EditorMetaStruct::pZ
protected

Definition at line 11 of file SCR_EditorMetaStruct.c.

◆ qW

float SCR_EditorMetaStruct::qW
protected

Definition at line 15 of file SCR_EditorMetaStruct.c.

◆ qX

float SCR_EditorMetaStruct::qX
protected

Definition at line 12 of file SCR_EditorMetaStruct.c.

◆ qY

float SCR_EditorMetaStruct::qY
protected

Definition at line 13 of file SCR_EditorMetaStruct.c.

◆ qZ

float SCR_EditorMetaStruct::qZ
protected

Definition at line 14 of file SCR_EditorMetaStruct.c.


The documentation for this class was generated from the following file: