Arma Reforger Script API
Loading...
Searching...
No Matches
ScriptedRadioComponent Interface Reference
Inheritance diagram for ScriptedRadioComponent:
BaseRadioComponent GameComponent SCR_CoverageRadioComponent

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 ()
 

Member Function Documentation

◆ OnFrame()

void ScriptedRadioComponent.OnFrame ( IEntity owner,
float timeSlice )

Called during EOnFrame.

Parameters
ownerEntity this component is attached to.
timeSliceDelta time since last update.

◆ OnInit()

void ScriptedRadioComponent.OnInit ( IEntity owner)

Called during EOnInit.

Parameters
ownerEntity this component is attached to.

Implemented in SCR_CoverageRadioComponent.

◆ OnPostInit()

void ScriptedRadioComponent.OnPostInit ( IEntity owner)

Called after all components are initialized.

Parameters
ownerEntity this component is attached to.

Implemented in SCR_CoverageRadioComponent.


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