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

Private Member Functions

override void CreateActionComponent ()
 
float SetCallbackDuration (ItemBase item)
 

Detailed Description

Definition at line 1 of file ActionDismantlePart.c.

Member Function Documentation

◆ CreateActionComponent()

override void ActionDismantlePartCB::CreateActionComponent ( )
inlineprivate

◆ SetCallbackDuration()

float ActionDismantlePartCB::SetCallbackDuration ( ItemBase item)
inlineprivate

Definition at line 9 of file ActionDismantlePart.c.

10 {
11 /*switch( item.Type() )
12 {
13 case Pickaxe:
14 case Shovel:
15 case FieldShovel:
16 return UATimeSpent.BASEBUILDING_DECONSTRUCT_MEDIUM;
17 case FirefighterAxe:
18 return UATimeSpent.BASEBUILDING_DECONSTRUCT_FAST;
19 default:
20 return UATimeSpent.BASEBUILDING_DECONSTRUCT_SLOW;
21 }*/
23 }
const float BASEBUILDING_DECONSTRUCT_SLOW

References UATimeSpent::BASEBUILDING_DECONSTRUCT_SLOW.

Referenced by CreateActionComponent().


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