|
Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the documentation of this file.
5 if (!super.CanSwapEntities(otherItem, otherDestination, destination))
10 if (Torch.Cast(GetHierarchyParent()) && otherItem.IsInherited(Rag))
21 if (!super.CanPutAsAttachment(parent))
44 return GetHierarchyParent() ==
null;
47 override bool CanIgniteItem(
EntityAI ignite_target =
null)
52 override bool CanBeCombined(
EntityAI other_item,
bool reservation_check =
true,
bool stack_max_limit =
false)
54 if (!super.CanBeCombined(other_item, reservation_check, stack_max_limit))
59 return Torch.Cast(other_item.GetHierarchyParent()) ==
null;
64 Fireplace.IgniteEntityAsFireplace(
this, fire_source);
67 override bool IsThisIgnitionSuccessful(
EntityAI item_source =
null)
69 return Fireplace.CanIgniteEntityAsFireplace(
this);
74 return (!GetInventory().IsAttachment());
123 super.OnCombine(other_item);
124 if (
m_Cleanness == 1 && other_item.m_Cleanness == 0)
override void OnIgnitedThis(EntityAI fire_source)
Executed on Server when some item ignited this one.
Base Param Class with no parameters. Used as general purpose parameter overloaded with Param1 to Para...
void SetCleanness(int value, bool allow_client=false)
override bool CanPutAsAttachment(EntityAI parent)
override float GetQuantity()
ActionBandageSelfCB ActionContinuousBaseCB ActionBandageSelf()
override bool HasFlammableMaterial()
override bool CanAssignToQuickbar()
void AddAction(typename actionName)
void OnCombine(ItemBase other_item)
ActionAttachWheels ActionAttach
override bool CanSwapEntities(EntityAI otherItem, InventoryLocation otherDestination, InventoryLocation destination)
ActionCraftBoltsCB ActionCraftArmband
float GetInfectionChance(int system=0, Param param=null)
Infection chance while/after using this item, originally used for wound infection after bandaging,...
override bool CanBeCombined(EntityAI other_item, bool reservation_check=true, bool stack_max_limit=false)
ActionBurnSewSelfCB ActionBandageTarget
float GetBandagingEffectivity()
override protected bool CanBeIgnitedBy(EntityAI igniter=NULL)