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

Protected Member Functions

void OnEditorOpen ()
void OnEditorClosed ()
void OnEditorModeChanged (SCR_EditorModeEntity currentMode, SCR_EditorModeEntity prevMode)
void OnEditorMenuVisibilityChanged (bool isVisible)
void ShowHideEntity (bool editorIsOpen, SCR_EditorModeEntity mode)
override void EOnInit (IEntity owner)
void Init (SCR_EditorManagerEntity editorManagerEntity)
override void OnDelete (IEntity owner)
override void OnPostInit (IEntity owner)

Protected Attributes

EShowHideInEditor m_eShowHideInEditor
bool m_bShowHideChildren
bool m_bHideWhenEditorUiHidden
bool m_bEditorMenuVisible = true
bool m_bSubscribedToOnEditorCreate

Detailed Description

Definition at line 9 of file SCR_ShowHideInEditorComponent.c.

Member Function Documentation

◆ EOnInit()

override void SCR_ShowHideInEditorComponent::EOnInit ( IEntity owner)
inlineprotected

Definition at line 95 of file SCR_ShowHideInEditorComponent.c.

◆ Init()

void SCR_ShowHideInEditorComponent::Init ( SCR_EditorManagerEntity editorManagerEntity)
inlineprotected

Definition at line 126 of file SCR_ShowHideInEditorComponent.c.

◆ OnDelete()

override void SCR_ShowHideInEditorComponent::OnDelete ( IEntity owner)
inlineprotected

Definition at line 162 of file SCR_ShowHideInEditorComponent.c.

◆ OnEditorClosed()

void SCR_ShowHideInEditorComponent::OnEditorClosed ( )
inlineprotected

Definition at line 33 of file SCR_ShowHideInEditorComponent.c.

◆ OnEditorMenuVisibilityChanged()

void SCR_ShowHideInEditorComponent::OnEditorMenuVisibilityChanged ( bool isVisible)
inlineprotected

Definition at line 45 of file SCR_ShowHideInEditorComponent.c.

◆ OnEditorModeChanged()

void SCR_ShowHideInEditorComponent::OnEditorModeChanged ( SCR_EditorModeEntity currentMode,
SCR_EditorModeEntity prevMode )
inlineprotected

Definition at line 39 of file SCR_ShowHideInEditorComponent.c.

◆ OnEditorOpen()

void SCR_ShowHideInEditorComponent::OnEditorOpen ( )
inlineprotected

Definition at line 27 of file SCR_ShowHideInEditorComponent.c.

◆ OnPostInit()

override void SCR_ShowHideInEditorComponent::OnPostInit ( IEntity owner)
inlineprotected

Definition at line 198 of file SCR_ShowHideInEditorComponent.c.

◆ ShowHideEntity()

void SCR_ShowHideInEditorComponent::ShowHideEntity ( bool editorIsOpen,
SCR_EditorModeEntity mode )
inlineprotected

Definition at line 67 of file SCR_ShowHideInEditorComponent.c.

Member Data Documentation

◆ m_bEditorMenuVisible

bool SCR_ShowHideInEditorComponent::m_bEditorMenuVisible = true
protected

Definition at line 21 of file SCR_ShowHideInEditorComponent.c.

◆ m_bHideWhenEditorUiHidden

bool SCR_ShowHideInEditorComponent::m_bHideWhenEditorUiHidden
protected

Definition at line 18 of file SCR_ShowHideInEditorComponent.c.

◆ m_bShowHideChildren

bool SCR_ShowHideInEditorComponent::m_bShowHideChildren
protected

Definition at line 15 of file SCR_ShowHideInEditorComponent.c.

◆ m_bSubscribedToOnEditorCreate

bool SCR_ShowHideInEditorComponent::m_bSubscribedToOnEditorCreate
protected

Definition at line 24 of file SCR_ShowHideInEditorComponent.c.

◆ m_eShowHideInEditor

EShowHideInEditor SCR_ShowHideInEditorComponent::m_eShowHideInEditor
protected

Definition at line 12 of file SCR_ShowHideInEditorComponent.c.


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