Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
SCR_HUDManagerEditorVisibilityHandler Interface Reference
Inheritance diagram for SCR_HUDManagerEditorVisibilityHandler:
[legend]

Public Member Functions

override void OnUpdate (notnull SCR_HUDManagerComponent owner)
 
void RegisterEvents ()
 
- Public Member Functions inherited from SCR_HUDManagerHandler
bool CanUpdate ()
 
void SetCanUpdate (bool canUpdate)
 
void OnInit (notnull SCR_HUDManagerComponent owner)
 
void OnStart (notnull SCR_HUDManagerComponent owner)
 
void OnUpdate (notnull SCR_HUDManagerComponent owner)
 
void OnStop (notnull SCR_HUDManagerComponent owner)
 

Protected Member Functions

void OnEditorExit ()
 
void OnEditorEnter ()
 
void OnCharacterPossesed (IEntity entity)
 

Protected Attributes

string m_sExitingEditorLayout
 
string m_sEnteringEditorLayout
 
bool m_bIsEditorOpen
 
- Protected Attributes inherited from SCR_HUDManagerHandler
SCR_HUDManagerComponent m_HUDManager
 
bool m_bCanUpdate
 

Member Function Documentation

◆ OnCharacterPossesed()

void SCR_HUDManagerEditorVisibilityHandler.OnCharacterPossesed ( IEntity  entity)
protected

◆ OnEditorEnter()

void SCR_HUDManagerEditorVisibilityHandler.OnEditorEnter ( )
protected

◆ OnEditorExit()

void SCR_HUDManagerEditorVisibilityHandler.OnEditorExit ( )
protected

◆ OnUpdate()

override void SCR_HUDManagerEditorVisibilityHandler.OnUpdate ( notnull SCR_HUDManagerComponent  owner)

Implements SCR_HUDManagerHandler.

◆ RegisterEvents()

void SCR_HUDManagerEditorVisibilityHandler.RegisterEvents ( )

Member Data Documentation

◆ m_bIsEditorOpen

bool SCR_HUDManagerEditorVisibilityHandler.m_bIsEditorOpen
protected

◆ m_sEnteringEditorLayout

string SCR_HUDManagerEditorVisibilityHandler.m_sEnteringEditorLayout
protected

◆ m_sExitingEditorLayout

string SCR_HUDManagerEditorVisibilityHandler.m_sExitingEditorLayout
protected

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