Arma Reforger Script API
|
Public Member Functions | |
void | OnPostInit (IEntity owner) |
Called after all components are initialized. | |
void | OnInit (IEntity owner) |
Called during EOnInit. | |
void | OnFrame (IEntity owner, float timeSlice) |
Called during EOnFrame. | |
Public Member Functions inherited from BaseRadioComponent | |
proto external IEntity | GetOwner () |
proto external int | TransceiversCount () |
proto external BaseTransceiver | GetTransceiver (int idx) |
proto external void | SetEncryptionKey (string key) |
proto external string | GetEncryptionKey () |
proto external void | SetPower (bool powered) |
Sets the power state of whole radio. | |
proto external bool | IsPowered () |
Public Member Functions inherited from GameComponent | |
bool | OnTicksOnRemoteProxy () |
void ScriptedRadioComponent.OnFrame | ( | IEntity | owner, |
float | timeSlice | ||
) |
Called during EOnFrame.
owner | Entity this component is attached to. |
timeSlice | Delta time since last update. |
void ScriptedRadioComponent.OnInit | ( | IEntity | owner | ) |
Called during EOnInit.
owner | Entity this component is attached to. |
Implemented in SCR_CoverageRadioComponent.
void ScriptedRadioComponent.OnPostInit | ( | IEntity | owner | ) |
Called after all components are initialized.
owner | Entity this component is attached to. |
Implemented in SCR_CoverageRadioComponent.