Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
ActionManagerServer Class Reference
Inheritance diagram for ActionManagerServer:

Protected Member Functions

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

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::ActionManagerServer ( PlayerBase player)
protected

Definition at line 6 of file actionmanagerserver.c.

Member Function Documentation

◆ EndOrInterruptCurrentAction()

override void ActionManagerServer::EndOrInterruptCurrentAction ( )
protected

Definition at line 20 of file actionmanagerserver.c.

◆ GetReciveData()

override ActionReciveData ActionManagerServer::GetReciveData ( )
protected

Definition at line 311 of file actionmanagerserver.c.

◆ OnActionEnd()

override void ActionManagerServer::OnActionEnd ( )
protected

Definition at line 184 of file actionmanagerserver.c.

◆ OnInputUserDataProcess()

override bool ActionManagerServer::OnInputUserDataProcess ( int userDataType,
ParamsReadContext ctx )
protected

Definition at line 36 of file actionmanagerserver.c.

◆ OnJumpStart()

override void ActionManagerServer::OnJumpStart ( )
protected

Definition at line 15 of file actionmanagerserver.c.

◆ RequestInterruptAction()

override void ActionManagerServer::RequestInterruptAction ( )
protected

server requests action interrupt

Definition at line 305 of file actionmanagerserver.c.

◆ StartDeliveredAction()

override void ActionManagerServer::StartDeliveredAction ( )
protected

error - expected action data

Definition at line 115 of file actionmanagerserver.c.

◆ Update()

override void ActionManagerServer::Update ( int pCurrentCommandID)
protected

Definition at line 196 of file actionmanagerserver.c.

Member Data Documentation

◆ m_PendingAction

ActionBase ActionManagerServer::m_PendingAction
protected

Definition at line 3 of file actionmanagerserver.c.

◆ m_PendingActionReciveData

ref ActionReciveData ActionManagerServer::m_PendingActionReciveData
protected

Definition at line 4 of file actionmanagerserver.c.


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