Arma Reforger Script API
Loading...
Searching...
No Matches
RplTestPropType Interface Reference

Static Public Member Functions

static void Encode (SSnapSerializerBase snapshot, ScriptCtx hint, ScriptBitSerializer packet)
 Codec methods.
 
static bool Decode (ScriptBitSerializer packet, ScriptCtx hint, SSnapSerializerBase snapshot)
 
static bool SnapCompare (SSnapSerializerBase lhs, SSnapSerializerBase rhs, ScriptCtx hint)
 
static bool PropCompare (RplTestPropType prop, SSnapSerializerBase snapshot, ScriptCtx hint)
 
static bool Extract (RplTestPropType prop, ScriptCtx hint, SSnapSerializerBase snapshot)
 
static bool Inject (SSnapSerializerBase snapshot, ScriptCtx hint, RplTestPropType prop)
 

Public Attributes

int iVal
 
float fVal
 
bool bVal
 

Member Function Documentation

◆ Decode()

static bool RplTestPropType.Decode ( ScriptBitSerializer packet,
ScriptCtx hint,
SSnapSerializerBase snapshot )
static

◆ Encode()

static void RplTestPropType.Encode ( SSnapSerializerBase snapshot,
ScriptCtx hint,
ScriptBitSerializer packet )
static

Codec methods.

◆ Extract()

static bool RplTestPropType.Extract ( RplTestPropType prop,
ScriptCtx hint,
SSnapSerializerBase snapshot )
static

◆ Inject()

static bool RplTestPropType.Inject ( SSnapSerializerBase snapshot,
ScriptCtx hint,
RplTestPropType prop )
static

◆ PropCompare()

static bool RplTestPropType.PropCompare ( RplTestPropType prop,
SSnapSerializerBase snapshot,
ScriptCtx hint )
static

◆ SnapCompare()

static bool RplTestPropType.SnapCompare ( SSnapSerializerBase lhs,
SSnapSerializerBase rhs,
ScriptCtx hint )
static

Member Data Documentation

◆ bVal

bool RplTestPropType.bVal

◆ fVal

float RplTestPropType.fVal

◆ iVal

int RplTestPropType.iVal

The documentation for this interface was generated from the following file: