DayZ 1.24
Loading...
Searching...
No Matches
ActionRepairPartCB Class Reference
Inheritance diagram for ActionRepairPartCB:
[legend]
Collaboration diagram for ActionRepairPartCB:
[legend]

Private Member Functions

override void CreateActionComponent ()
 
float SetCallbackDuration (ItemBase item)
 

Detailed Description

Definition at line 18 of file ActionRepairPart.c.

Member Function Documentation

◆ CreateActionComponent()

override void ActionRepairPartCB::CreateActionComponent ( )
inlineprivate

◆ SetCallbackDuration()

float ActionRepairPartCB::SetCallbackDuration ( ItemBase item)
inlineprivate

Definition at line 26 of file ActionRepairPart.c.

27 {
28 /*switch( item.Type() )
29 {
30 case WoodAxe:
31 return UATimeSpent.BASEBUILDING_REPAIR_SLOW;
32 default:
33 return UATimeSpent.BASEBUILDING_REPAIR_FAST;
34 }*/
36 }
const float BASEBUILDING_REPAIR_FAST

References UATimeSpent::BASEBUILDING_REPAIR_FAST.

Referenced by CreateActionComponent().


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