DayZ 1.24
Loading...
Searching...
No Matches
crafting.c File Reference

Go to the source code of this file.

Classes

class  BurlapSack
 
class  GorkaHelmetVisor
 
class  ChickenFeather
 
class  LongWoodenStick
 
class  SharpWoodenStick
 
class  Spear
 
class  SpearStone
 
class  SpearBone
 
class  Fabric
 

Functions

override void SetActions ()
 
InventoryLocation GetTargetLocation ()
 
void SetTargetLocation (InventoryLocation targetLocation)
 
override bool CanAssignToQuickbar ()
 

Variables

SharpWoodenStick m_TargetLocation = new InventoryLocation
 

Function Documentation

◆ CanAssignToQuickbar()

override bool CanAssignToQuickbar ( )

Definition at line 79 of file crafting.c.

80 {
81 return (!GetInventory().IsAttachment());
82 }

◆ GetTargetLocation()

InventoryLocation GetTargetLocation ( )

Definition at line 69 of file crafting.c.

70 {
71 return m_TargetLocation;
72 }
SharpWoodenStick m_TargetLocation

References m_TargetLocation.

◆ SetActions()

override void SetActions ( )

◆ SetTargetLocation()

void SetTargetLocation ( InventoryLocation targetLocation)

Definition at line 74 of file crafting.c.

75 {
76 m_TargetLocation.CopyLocationFrom(targetLocation, true);
77 }

References m_TargetLocation.

Variable Documentation

◆ m_TargetLocation