Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
actionturnvalveundergroundreservoir.c File Reference

Go to the source code of this file.

Data Structures

class  ActionTurnValveUndergroundReservoirCB
 

Functions

ActionTurnValveUndergroundReservoirCB ActionTurnValveCB ActionTurnValveUndergroundReservoir ()
 
override void CreateActionComponent ()
 
override protected void CreateAndSetupActionCallback (ActionData action_data)
 
override void OnStartAnimationLoopServer (ActionData action_data)
 
override void OnEndAnimationLoop (ActionData action_data)
 
override void OnFinishProgressServer (ActionData action_data)
 

Function Documentation

◆ ActionTurnValveUndergroundReservoir()

ActionTurnValveUndergroundReservoirCB ActionTurnValveCB ActionTurnValveUndergroundReservoir ( )

Definition at line 12 of file actionturnvalveundergroundreservoir.c.

◆ CreateActionComponent()

override void ActionTurnValveUndergroundReservoir::CreateActionComponent ( )

Definition at line 2 of file actionturnvalveundergroundreservoir.c.

◆ CreateAndSetupActionCallback()

override protected void CreateAndSetupActionCallback ( ActionData  action_data)

Definition at line 17 of file actionturnvalveundergroundreservoir.c.

◆ OnEndAnimationLoop()

override void OnEndAnimationLoop ( ActionData  action_data)

Definition at line 46 of file actionturnvalveundergroundreservoir.c.

◆ OnFinishProgressServer()

override void OnFinishProgressServer ( ActionData  action_data)

Definition at line 57 of file actionturnvalveundergroundreservoir.c.

◆ OnStartAnimationLoopServer()

override void OnStartAnimationLoopServer ( ActionData  action_data)

Definition at line 35 of file actionturnvalveundergroundreservoir.c.