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

Protected Member Functions

void SetEnabled (bool enabled)
bool IsEnabled ()
void Initialize (notnull SCR_InfoDisplay display)
void OnStart (notnull SCR_InfoDisplay display)
void OnStop (notnull SCR_InfoDisplay display)
void OnUpdate (float timeSlice)

Protected Attributes

SCR_InfoDisplay m_OwnerDisplay
 Info Display which owns this Info Dispaly Handler.
bool m_bCanUpdate
bool m_bEnabled

Detailed Description

Definition at line 2 of file SCR_InfoDisplayHandler.c.

Member Function Documentation

◆ Initialize()

void SCR_InfoDisplayHandler::Initialize ( notnull SCR_InfoDisplay display)
inlineprotected

Called before OnStart and used for initializing this Handler.

Parameters
displayThe Owner Info Display

Definition at line 29 of file SCR_InfoDisplayHandler.c.

◆ IsEnabled()

bool SCR_InfoDisplayHandler::IsEnabled ( )
inlineprotected

Definition at line 19 of file SCR_InfoDisplayHandler.c.

◆ OnStart()

void SCR_InfoDisplayHandler::OnStart ( notnull SCR_InfoDisplay display)
protected

Called when the Owning Info Display of this handler is started.

Parameters
displayThe Owner Info Display

◆ OnStop()

void SCR_InfoDisplayHandler::OnStop ( notnull SCR_InfoDisplay display)
protected

Called when the Owning Info Display of this handler is stopped.

Parameters
displayThe Owner Info Display

◆ OnUpdate()

void SCR_InfoDisplayHandler::OnUpdate ( float timeSlice)
protected

Called every frame

◆ SetEnabled()

void SCR_InfoDisplayHandler::SetEnabled ( bool enabled)
inlineprotected

Definition at line 13 of file SCR_InfoDisplayHandler.c.

Member Data Documentation

◆ m_bCanUpdate

bool SCR_InfoDisplayHandler::m_bCanUpdate
protected

Definition at line 8 of file SCR_InfoDisplayHandler.c.

◆ m_bEnabled

bool SCR_InfoDisplayHandler::m_bEnabled
protected

Definition at line 10 of file SCR_InfoDisplayHandler.c.

◆ m_OwnerDisplay

SCR_InfoDisplay SCR_InfoDisplayHandler::m_OwnerDisplay
protected

Info Display which owns this Info Dispaly Handler.

Definition at line 5 of file SCR_InfoDisplayHandler.c.


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