Arma Reforger Script API
|
Public Member Functions | |
void | SetEnabled (bool enabled) |
bool | IsEnabled () |
void | Initialize (notnull SCR_InfoDisplay display) |
Called before OnStart and used for initializing this Handler. | |
void | OnStart (notnull SCR_InfoDisplay display) |
Called when the Owning Info Display of this handler is started. | |
void | OnStop (notnull SCR_InfoDisplay display) |
Called when the Owning Info Display of this handler is stopped. | |
void | OnUpdate (float timeSlice) |
Called every frame. | |
Public Attributes | |
bool | m_bCanUpdate |
Protected Attributes | |
SCR_InfoDisplay | m_OwnerDisplay |
Info Display which owns this Info Dispaly Handler. | |
bool | m_bEnabled |
void SCR_InfoDisplayHandler.Initialize | ( | notnull SCR_InfoDisplay | display | ) |
Called before OnStart and used for initializing this Handler.
display | The Owner Info Display |
bool SCR_InfoDisplayHandler.IsEnabled | ( | ) |
void SCR_InfoDisplayHandler.OnStart | ( | notnull SCR_InfoDisplay | display | ) |
Called when the Owning Info Display of this handler is started.
display | The Owner Info Display |
Implemented in SCR_InfoDisplayLayerHandler, and SCR_InfoDisplaySlotHandler.
void SCR_InfoDisplayHandler.OnStop | ( | notnull SCR_InfoDisplay | display | ) |
Called when the Owning Info Display of this handler is stopped.
display | The Owner Info Display |
Implemented in SCR_InfoDisplaySlotHandler.
void SCR_InfoDisplayHandler.OnUpdate | ( | float | timeSlice | ) |
Called every frame.
Implemented in SCR_InfoDisplaySlotHandler.
void SCR_InfoDisplayHandler.SetEnabled | ( | bool | enabled | ) |
bool SCR_InfoDisplayHandler.m_bCanUpdate |
|
protected |
|
protected |
Info Display which owns this Info Dispaly Handler.