Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_DestructibleIdentificator Class Reference

Protected Member Functions

void SetIndex (int index)
void SetRplId (RplId rplId)
void SetEntityID (EntityID entityID)
RplId GetRplId (out int index)
IEntity GetEntity ()

Static Protected Member Functions

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

Protected Attributes

EntityID m_EntityID = EntityID.INVALID
RplId m_RplId = RplId.Invalid()
int m_iIndex = -1

Detailed Description

Definition at line 9 of file SCR_MPDestructionManager.c.

Member Function Documentation

◆ Decode()

bool SCR_DestructibleIdentificator::Decode ( ScriptBitSerializer packet,
ScriptCtx ctx,
SSnapSerializerBase snapshot )
inlinestaticprotected

Definition at line 62 of file SCR_MPDestructionManager.c.

◆ Encode()

void SCR_DestructibleIdentificator::Encode ( SSnapSerializerBase snapshot,
ScriptCtx ctx,
ScriptBitSerializer packet )
inlinestaticprotected

Codec methods.

Definition at line 56 of file SCR_MPDestructionManager.c.

◆ Extract()

bool SCR_DestructibleIdentificator::Extract ( SCR_DestructibleIdentificator prop,
ScriptCtx ctx,
SSnapSerializerBase snapshot )
inlinestaticprotected

Definition at line 82 of file SCR_MPDestructionManager.c.

◆ GetEntity()

IEntity SCR_DestructibleIdentificator::GetEntity ( )
inlineprotected

Definition at line 41 of file SCR_MPDestructionManager.c.

◆ GetRplId()

RplId SCR_DestructibleIdentificator::GetRplId ( out int index)
inlineprotected

Definition at line 34 of file SCR_MPDestructionManager.c.

◆ Inject()

bool SCR_DestructibleIdentificator::Inject ( SSnapSerializerBase snapshot,
ScriptCtx ctx,
SCR_DestructibleIdentificator prop )
inlinestaticprotected

Definition at line 92 of file SCR_MPDestructionManager.c.

◆ PropCompare()

bool SCR_DestructibleIdentificator::PropCompare ( SCR_DestructibleIdentificator prop,
SSnapSerializerBase snapshot,
ScriptCtx ctx )
inlinestaticprotected

Definition at line 74 of file SCR_MPDestructionManager.c.

◆ SetEntityID()

void SCR_DestructibleIdentificator::SetEntityID ( EntityID entityID)
inlineprotected

Definition at line 28 of file SCR_MPDestructionManager.c.

◆ SetIndex()

void SCR_DestructibleIdentificator::SetIndex ( int index)
inlineprotected

Definition at line 16 of file SCR_MPDestructionManager.c.

◆ SetRplId()

void SCR_DestructibleIdentificator::SetRplId ( RplId rplId)
inlineprotected

Definition at line 22 of file SCR_MPDestructionManager.c.

◆ SnapCompare()

bool SCR_DestructibleIdentificator::SnapCompare ( SSnapSerializerBase lhs,
SSnapSerializerBase rhs,
ScriptCtx ctx )
inlinestaticprotected

Definition at line 68 of file SCR_MPDestructionManager.c.

Member Data Documentation

◆ m_EntityID

EntityID SCR_DestructibleIdentificator::m_EntityID = EntityID.INVALID
protected

Definition at line 11 of file SCR_MPDestructionManager.c.

◆ m_iIndex

int SCR_DestructibleIdentificator::m_iIndex = -1
protected

Definition at line 13 of file SCR_MPDestructionManager.c.

◆ m_RplId

RplId SCR_DestructibleIdentificator::m_RplId = RplId.Invalid()
protected

Definition at line 12 of file SCR_MPDestructionManager.c.


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