Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_CleanSweepNetworkComponent.c File Reference

Go to the source code of this file.

Classes

class  SCR_CleanSweepNetworkComponentClass

Functions

SCR_CleanSweepNetworkComponentClass ScriptComponentClass CommitSuicide ()
void ShowAreaSelectionScreen ()
void ChooseArea (int areaID, bool swapSides)
void SetControlledEntityOrigin (vector origin)
void RPC_CommitSuicide ()
void RPC_SetControlledEntityOrigin (vector origin)
void RPC_ShowAreaSelectionScreen ()
void RPC_ChooseArea (int areaID, bool swapSides)
void SCR_CleanSweepNetworkComponent (IEntityComponentSource src, IEntity ent, IEntity parent)

Function Documentation

◆ ChooseArea()

void ChooseArea ( int areaID,
bool swapSides )
Parameters
[in]areaID
[in]swapSides

Definition at line 27 of file SCR_CleanSweepNetworkComponent.c.

◆ CommitSuicide()

◆ RPC_ChooseArea()

void RPC_ChooseArea ( int areaID,
bool swapSides )
protected

Definition at line 82 of file SCR_CleanSweepNetworkComponent.c.

◆ RPC_CommitSuicide()

void RPC_CommitSuicide ( )
protected

Definition at line 41 of file SCR_CleanSweepNetworkComponent.c.

◆ RPC_SetControlledEntityOrigin()

void RPC_SetControlledEntityOrigin ( vector origin)
protected

Definition at line 60 of file SCR_CleanSweepNetworkComponent.c.

◆ RPC_ShowAreaSelectionScreen()

void RPC_ShowAreaSelectionScreen ( )
protected

Definition at line 71 of file SCR_CleanSweepNetworkComponent.c.

◆ SCR_CleanSweepNetworkComponent()

void SCR_CleanSweepNetworkComponent ( IEntityComponentSource src,
IEntity ent,
IEntity parent )
protected
Parameters
[in]src
[in]ent
[in]parent

Definition at line 97 of file SCR_CleanSweepNetworkComponent.c.

◆ SetControlledEntityOrigin()

void SetControlledEntityOrigin ( vector origin)
Parameters
[in]origin

Definition at line 34 of file SCR_CleanSweepNetworkComponent.c.

◆ ShowAreaSelectionScreen()

void ShowAreaSelectionScreen ( )

Definition at line 18 of file SCR_CleanSweepNetworkComponent.c.