Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
ActionManagerServer Class Reference
Inheritance diagram for ActionManagerServer:

Protected Member Functions

void ActionManagerServer (PlayerBase player)
override void EndOrInterruptCurrentAction ()
override ActionReciveData GetReciveData ()
override void OnActionEnd ()
override bool OnInputUserDataProcess (int userDataType, ParamsReadContext ctx)
override void OnJumpStart ()
override void RequestInterruptAction ()
 server requests action interrupt
override void StartDeliveredAction ()
override void Update (int pCurrentCommandID)

Protected Attributes

ActionBase m_PendingAction
ref ActionReciveData m_PendingActionReciveData

Detailed Description

Definition at line 1 of file actionmanagerserver.c.

Constructor & Destructor Documentation

◆ ActionManagerServer()

void ActionManagerServer ( PlayerBase player)
inlineprotected

Definition at line 6 of file actionmanagerserver.c.

References m_PendingAction, and m_PendingActionReciveData.

Member Function Documentation

◆ EndOrInterruptCurrentAction()

override void EndOrInterruptCurrentAction ( )
inlineprotected

◆ GetReciveData()

override ActionReciveData GetReciveData ( )
inlineprotected

Definition at line 311 of file actionmanagerserver.c.

References m_PendingActionReciveData.

◆ OnActionEnd()

override void OnActionEnd ( )
inlineprotected

Definition at line 184 of file actionmanagerserver.c.

References m_CurrentActionData.

Referenced by EndOrInterruptCurrentAction(), and Update().

◆ OnInputUserDataProcess()

◆ OnJumpStart()

override void OnJumpStart ( )
inlineprotected

Definition at line 15 of file actionmanagerserver.c.

References EndOrInterruptCurrentAction().

◆ RequestInterruptAction()

override void RequestInterruptAction ( )
inlineprotected

server requests action interrupt

Definition at line 305 of file actionmanagerserver.c.

References m_CurrentActionData, and DayZPlayerSyncJunctures::SendActionInterrupt().

Referenced by OnInputUserDataProcess(), StartDeliveredAction(), and Update().

◆ StartDeliveredAction()

◆ Update()

Field Documentation

◆ m_PendingAction

ActionBase m_PendingAction
protected

Definition at line 3 of file actionmanagerserver.c.

Referenced by ActionManagerServer(), OnInputUserDataProcess(), and Update().

◆ m_PendingActionReciveData

ref ActionReciveData m_PendingActionReciveData
protected

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