Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
actionrepairboatengine.c File Reference

Go to the source code of this file.

Classes

class  ActionRepairBoatEngineCB
 

Functions

ActionRepairBoatEngineCB ActionRepairVehiclePartCB ActionRepairBoatEngine ()
 
override void CreateActionComponent ()
 
override bool ActionCondition (PlayerBase player, ActionTarget target, ItemBase item)
 
override void AdjustVehicleHealthServer (ActionData action_data)
 
override void OnStartAnimationLoopServer (ActionData action_data)
 
override void OnFinishProgressServer (ActionData action_data)
 
override void OnEndServer (ActionData action_data)
 

Function Documentation

◆ ActionCondition()

override bool ActionCondition ( PlayerBase player,
ActionTarget target,
ItemBase item )

Definition at line 21 of file actionrepairboatengine.c.

◆ ActionRepairBoatEngine()

Definition at line 1 of file actionrepairboatengine.c.

◆ AdjustVehicleHealthServer()

override void AdjustVehicleHealthServer ( ActionData action_data)

Definition at line 60 of file actionrepairboatengine.c.

◆ CreateActionComponent()

override void ActionRepairBoatEngine::CreateActionComponent ( )

Definition at line 12 of file actionrepairboatengine.c.

◆ OnEndServer()

override void OnEndServer ( ActionData action_data)

Definition at line 79 of file actionrepairboatengine.c.

◆ OnFinishProgressServer()

override void OnFinishProgressServer ( ActionData action_data)

Definition at line 74 of file actionrepairboatengine.c.

◆ OnStartAnimationLoopServer()

override void OnStartAnimationLoopServer ( ActionData action_data)

Definition at line 67 of file actionrepairboatengine.c.