Arma Reforger Script API
|
Protected Member Functions | |
override void | OnStart (notnull SCR_InfoDisplay display) |
Called when the Owning Info Display of this handler is started. | |
Protected Attributes | |
string | m_sLayerName |
Protected Attributes inherited from SCR_InfoDisplayHandler | |
SCR_InfoDisplay | m_OwnerDisplay |
Info Display which owns this Info Dispaly Handler. | |
bool | m_bEnabled |
Additional Inherited Members | |
Public Member Functions inherited from SCR_InfoDisplayHandler | |
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 inherited from SCR_InfoDisplayHandler | |
bool | m_bCanUpdate |
|
protected |
Called when the Owning Info Display of this handler is started.
display | The Owner Info Display |
Implements SCR_InfoDisplayHandler.
|
protected |