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_CleanSweepNetworkComponentClass |
Functions | |
SCR_CleanSweepNetworkComponentClass ScriptComponentClass | CommitSuicide () |
void | ShowAreaSelectionScreen () |
void | ChooseArea (int areaID, bool swapSides) |
void | SetControlledEntityOrigin (vector origin) |
protected void | RPC_CommitSuicide () |
protected void | RPC_SetControlledEntityOrigin (vector origin) |
protected void | RPC_ShowAreaSelectionScreen () |
protected void | RPC_ChooseArea (int areaID, bool swapSides) |
void | SCR_CleanSweepNetworkComponent (IEntityComponentSource src, IEntity ent, IEntity parent) |
void ChooseArea | ( | int | areaID, |
bool | swapSides | ||
) |
[in] | areaID | |
[in] | swapSides |
Definition at line 27 of file SCR_CleanSweepNetworkComponent.c.
SCR_CleanSweepNetworkComponentClass ScriptComponentClass CommitSuicide | ( | ) |
Definition at line 11 of file SCR_CleanSweepNetworkComponent.c.
protected void RPC_ChooseArea | ( | int | areaID, |
bool | swapSides | ||
) |
Definition at line 82 of file SCR_CleanSweepNetworkComponent.c.
protected void RPC_CommitSuicide | ( | ) |
Definition at line 41 of file SCR_CleanSweepNetworkComponent.c.
protected void RPC_SetControlledEntityOrigin | ( | vector | origin | ) |
Definition at line 60 of file SCR_CleanSweepNetworkComponent.c.
protected void RPC_ShowAreaSelectionScreen | ( | ) |
Definition at line 71 of file SCR_CleanSweepNetworkComponent.c.
void SCR_CleanSweepNetworkComponent | ( | IEntityComponentSource | src, |
IEntity | ent, | ||
IEntity | parent | ||
) |
[in] | src | |
[in] | ent | |
[in] | parent |
Definition at line 97 of file SCR_CleanSweepNetworkComponent.c.
void SetControlledEntityOrigin | ( | vector | origin | ) |
[in] | origin |
Definition at line 34 of file SCR_CleanSweepNetworkComponent.c.
void ShowAreaSelectionScreen | ( | ) |
Definition at line 18 of file SCR_CleanSweepNetworkComponent.c.