Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_CleanSweepNetworkComponent.c File Reference

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)
 

Function Documentation

◆ ChooseArea()

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

Definition at line 27 of file SCR_CleanSweepNetworkComponent.c.

◆ CommitSuicide()

SCR_CleanSweepNetworkComponentClass ScriptComponentClass CommitSuicide ( )

Definition at line 11 of file SCR_CleanSweepNetworkComponent.c.

◆ RPC_ChooseArea()

protected void RPC_ChooseArea ( int  areaID,
bool  swapSides 
)

Definition at line 82 of file SCR_CleanSweepNetworkComponent.c.

◆ RPC_CommitSuicide()

protected void RPC_CommitSuicide ( )

Definition at line 41 of file SCR_CleanSweepNetworkComponent.c.

◆ RPC_SetControlledEntityOrigin()

protected void RPC_SetControlledEntityOrigin ( vector  origin)

Definition at line 60 of file SCR_CleanSweepNetworkComponent.c.

◆ RPC_ShowAreaSelectionScreen()

protected void RPC_ShowAreaSelectionScreen ( )

Definition at line 71 of file SCR_CleanSweepNetworkComponent.c.

◆ SCR_CleanSweepNetworkComponent()

void SCR_CleanSweepNetworkComponent ( IEntityComponentSource  src,
IEntity  ent,
IEntity  parent 
)
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.