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

Protected Member Functions

override bool IsClonedBy (SCR_TaskExecutor executor)
int GetPlayerID ()
void SetPlayerID (int playerID)
override FactionKey GetFactionKey ()
override int GetGroupID ()

Static Protected Member Functions

static bool Extract (SCR_TaskExecutorPlayer instance, ScriptCtx ctx, SSnapSerializerBase snapshot)
static bool Inject (SSnapSerializerBase snapshot, ScriptCtx ctx, SCR_TaskExecutorPlayer 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_TaskExecutorPlayer instance, SSnapSerializerBase snapshot, ScriptCtx ctx)

Protected Attributes

int m_iPlayerID

Detailed Description

Definition at line 1 of file SCR_TaskExecutorPlayer.c.

Member Function Documentation

◆ Decode()

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

Definition at line 83 of file SCR_TaskExecutorPlayer.c.

◆ Encode()

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

Definition at line 77 of file SCR_TaskExecutorPlayer.c.

◆ Extract()

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

Definition at line 63 of file SCR_TaskExecutorPlayer.c.

◆ GetFactionKey()

override FactionKey SCR_TaskExecutorPlayer::GetFactionKey ( )
inlineprotected

Definition at line 35 of file SCR_TaskExecutorPlayer.c.

◆ GetGroupID()

override int SCR_TaskExecutorPlayer::GetGroupID ( )
inlineprotected

Definition at line 49 of file SCR_TaskExecutorPlayer.c.

◆ GetPlayerID()

int SCR_TaskExecutorPlayer::GetPlayerID ( )
inlineprotected

Definition at line 23 of file SCR_TaskExecutorPlayer.c.

◆ Inject()

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

Definition at line 70 of file SCR_TaskExecutorPlayer.c.

◆ IsClonedBy()

override bool SCR_TaskExecutorPlayer::IsClonedBy ( SCR_TaskExecutor executor)
inlineprotected

Definition at line 7 of file SCR_TaskExecutorPlayer.c.

◆ PropCompare()

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

Definition at line 96 of file SCR_TaskExecutorPlayer.c.

◆ SetPlayerID()

void SCR_TaskExecutorPlayer::SetPlayerID ( int playerID)
inlineprotected

Definition at line 29 of file SCR_TaskExecutorPlayer.c.

◆ SnapCompare()

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

Definition at line 90 of file SCR_TaskExecutorPlayer.c.

Member Data Documentation

◆ m_iPlayerID

int SCR_TaskExecutorPlayer::m_iPlayerID
protected

Definition at line 4 of file SCR_TaskExecutorPlayer.c.


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