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

Go to the source code of this file.

Data Structures

class  SCR_RplTestComponentWrongClass
 

Functions

SCR_RplTestComponentWrongClass ScriptComponentClass RplProp (condition:RplCondition.NoOwner)] private int m_iTest=0
 
void NetTestRpc (int testNum)
 
override void EOnFrame (IEntity owner, float timeSlice)
 
void SCR_RplTestComponentWrong (IEntityComponentSource src, IEntity ent, IEntity parent)
 

Variables

private int m_iTestLast = 0
 
float m_fdelay = 0
 

Function Documentation

◆ EOnFrame()

override void EOnFrame ( IEntity  owner,
float  timeSlice 
)

Definition at line 22 of file RplTestComponentWrong.c.

◆ NetTestRpc()

void NetTestRpc ( int  testNum)

Definition at line 16 of file RplTestComponentWrong.c.

◆ RplProp()

SCR_RplTestComponentWrongClass ScriptComponentClass RplProp ( condition:RplCondition.  NoOwner)
pure virtual

◆ SCR_RplTestComponentWrong()

void SCR_RplTestComponentWrong ( IEntityComponentSource  src,
IEntity  ent,
IEntity  parent 
)

Definition at line 87 of file RplTestComponentWrong.c.

Variable Documentation

◆ m_fdelay

float m_fdelay = 0

Definition at line 12 of file RplTestComponentWrong.c.

◆ m_iTestLast

private int m_iTestLast = 0

Definition at line 10 of file RplTestComponentWrong.c.