![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
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 |
Definition at line 2 of file SCR_InfoDisplayHandler.c.
|
inlineprotected |
Called before OnStart and used for initializing this Handler.
| display | The Owner Info Display |
Definition at line 29 of file SCR_InfoDisplayHandler.c.
|
inlineprotected |
Definition at line 19 of file SCR_InfoDisplayHandler.c.
|
protected |
Called when the Owning Info Display of this handler is started.
| display | The Owner Info Display |
|
protected |
Called when the Owning Info Display of this handler is stopped.
| display | The Owner Info Display |
|
protected |
Called every frame
|
inlineprotected |
Definition at line 13 of file SCR_InfoDisplayHandler.c.
|
protected |
Definition at line 8 of file SCR_InfoDisplayHandler.c.
|
protected |
Definition at line 10 of file SCR_InfoDisplayHandler.c.
|
protected |
Info Display which owns this Info Dispaly Handler.
Definition at line 5 of file SCR_InfoDisplayHandler.c.