Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_TaskExecutorGroup Class Reference
Inheritance diagram for SCR_TaskExecutorGroup:
SCR_TaskExecutor

Protected Member Functions

override bool IsClonedBy (SCR_TaskExecutor executor)
override FactionKey GetFactionKey ()
override int GetGroupID ()
void SetGroupID (int groupID)

Static Protected Member Functions

static bool Extract (SCR_TaskExecutorGroup instance, ScriptCtx ctx, SSnapSerializerBase snapshot)
static bool Inject (SSnapSerializerBase snapshot, ScriptCtx ctx, SCR_TaskExecutorGroup instance)
static void Encode (SSnapSerializerBase snapshot, ScriptCtx ctx, ScriptBitSerializer packet)
static bool Decode (ScriptBitSerializer packet, ScriptCtx ctx, SSnapSerializerBase snapshot)
static bool SnapCompare (SSnapSerializerBase lhs, SSnapSerializerBase rhs, ScriptCtx ctx)
static bool PropCompare (SCR_TaskExecutorGroup instance, SSnapSerializerBase snapshot, ScriptCtx ctx)

Protected Attributes

int m_iGroupID

Detailed Description

Definition at line 1 of file SCR_TaskExecutorGroup.c.

Member Function Documentation

◆ Decode()

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

Definition at line 69 of file SCR_TaskExecutorGroup.c.

◆ Encode()

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

Definition at line 63 of file SCR_TaskExecutorGroup.c.

◆ Extract()

bool SCR_TaskExecutorGroup::Extract ( SCR_TaskExecutorGroup instance,
ScriptCtx ctx,
SSnapSerializerBase snapshot )
inlinestaticprotected

Definition at line 49 of file SCR_TaskExecutorGroup.c.

◆ GetFactionKey()

override FactionKey SCR_TaskExecutorGroup::GetFactionKey ( )
inlineprotected

Definition at line 23 of file SCR_TaskExecutorGroup.c.

◆ GetGroupID()

override int SCR_TaskExecutorGroup::GetGroupID ( )
inlineprotected

Definition at line 37 of file SCR_TaskExecutorGroup.c.

◆ Inject()

bool SCR_TaskExecutorGroup::Inject ( SSnapSerializerBase snapshot,
ScriptCtx ctx,
SCR_TaskExecutorGroup instance )
inlinestaticprotected

Definition at line 56 of file SCR_TaskExecutorGroup.c.

◆ IsClonedBy()

override bool SCR_TaskExecutorGroup::IsClonedBy ( SCR_TaskExecutor executor)
inlineprotected

Definition at line 7 of file SCR_TaskExecutorGroup.c.

◆ PropCompare()

bool SCR_TaskExecutorGroup::PropCompare ( SCR_TaskExecutorGroup instance,
SSnapSerializerBase snapshot,
ScriptCtx ctx )
inlinestaticprotected

Definition at line 82 of file SCR_TaskExecutorGroup.c.

◆ SetGroupID()

void SCR_TaskExecutorGroup::SetGroupID ( int groupID)
inlineprotected

Definition at line 43 of file SCR_TaskExecutorGroup.c.

◆ SnapCompare()

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

Definition at line 76 of file SCR_TaskExecutorGroup.c.

Member Data Documentation

◆ m_iGroupID

int SCR_TaskExecutorGroup::m_iGroupID
protected

Definition at line 4 of file SCR_TaskExecutorGroup.c.


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