Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
class | SCR_RplTestComponentClass |
Functions | |
void | Do_TestRpc (int testNum) |
void | RpcAsk_TestRpc (int testNum) |
void | RpcDo_TestRpc (int testNum) |
void | RpcAsk_ChangePropValue (float timeSlice) |
void | OnTestChanged () |
void | Do_TestFire () |
void | RpcAsk_TestFire () |
void | RpcDo_TestFire () |
override void | OnPostInit (IEntity owner) |
Editable Mine. More... | |
override void | EOnInit (IEntity owner) |
Initialise this component with data from FactionsManager. More... | |
override void | EOnFrame (IEntity owner, float timeSlice) |
void | SCR_RplTestComponent (IEntityComponentSource src, IEntity ent, IEntity parent) |
Variables | |
SCR_RplTestComponentClass | m_CharacterOwner = null |
private RplComponent | m_RplComponent = null |
private int | m_iTest = 0 |
float | m_fdelay = 0 |
void Do_TestFire | ( | ) |
Definition at line 83 of file RplTestComponent.c.
void Do_TestRpc | ( | int | testNum | ) |
[in] | testNum |
Definition at line 23 of file RplTestComponent.c.
override void EOnFrame | ( | IEntity | owner, |
float | timeSlice | ||
) |
Definition at line 137 of file RplTestComponent.c.
void OnTestChanged | ( | ) |
Definition at line 76 of file RplTestComponent.c.
void RpcAsk_ChangePropValue | ( | float | timeSlice | ) |
void RpcAsk_TestFire | ( | ) |
Definition at line 91 of file RplTestComponent.c.
void RpcAsk_TestRpc | ( | int | testNum | ) |
Send request to the server to print a message everywhere
[in] | testNum |
Definition at line 32 of file RplTestComponent.c.
void RpcDo_TestFire | ( | ) |
Definition at line 115 of file RplTestComponent.c.
void RpcDo_TestRpc | ( | int | testNum | ) |
Broadcast. When called from server this is executed everywhere but on the server. When called on client, this is executed only on the client.
NOTE: The caller of the RPC needs to provide exectly one integral argument "testNum". Note, max. 16 args are possible in script. This restriction applies universally not just to RPCs but for all script methods in general
[in] | testNum |
Definition at line 49 of file RplTestComponent.c.
void SCR_RplTestComponent | ( | IEntityComponentSource | src, |
IEntity | ent, | ||
IEntity | parent | ||
) |
[in] | src | |
[in] | ent | |
[in] | parent |
Definition at line 176 of file RplTestComponent.c.
SCR_RplTestComponentClass m_CharacterOwner = null |
float m_fdelay = 0 |
Definition at line 18 of file RplTestComponent.c.
private int m_iTest = 0 |
Definition at line 16 of file RplTestComponent.c.
private RplComponent m_RplComponent = null |
Definition at line 9 of file RplTestComponent.c.