PrimalItemFunctions

From ARK Modding Wiki
Jump to navigation Jump to search

PrimalItem Class Functions

PrimalItem is the parent object class for all items.

  • AddItemDurability
  • AddNewItem
  • AddToSlot
  • AllowRemoteAddToInventory
  • ApplyColorsFromStructure
  • ApplyingSkinOntoItem
  • BPAddedAttachments
  • BPAllowCrafting
  • BPAllowRemoteAddToInventory
  • BPAllowRemoteRemoveFromInventory
  • BPCanAddToInventory
  • BPCanUse
  • BPClientHandleItemNetExecCommand
  • BPConsumeProjectileImpact
  • BPCrafted
  • BPDrawItemIcon
  • BPForceAllowRemoteAddToInventory
  • BPGetCustomInventoryWidgetText
  • BPGetFuelAudioOverride
  • BPGetFuelParticleSystemOverride
  • BPGetItemDescription
  • BPGetItemID
  • BPGetItemIcon
  • BPGetItemName
  • BPGetItemNetInfo
  • BPGetItemStatModifier
  • BPGetItemStatRandomValue
  • BPGetSkinnedCustomInventoryWidgetText
  • BPInitFromItemNetInfo
  • BPIsValidForCrafting
  • BPItemBroken
  • BPMakeItemID
  • BPMatchesItemID
  • BPNotifyDropped
  • BPOverrideCraftingConsumption
  • BPPostInitializeItem
  • BPPreInitializeItem
  • BPPreUseItem
  • BPPreventEquip
  • BPPreventUseOntoItem
  • BPPreventWeaponEquip
  • BPServerHandleItemNetExecCommand
  • BPSetWeaponClipAmmo
  • BPSupportUseOntoItem
  • BPUsedOntoItem
  • BlueprintEquipped
  • BlueprintOwnerPosssessed
  • BlueprintUnequipped
  • BlueprintUsed
  • CanCraft
  • CanDrop
  • CanFullyCraft
  • CanRepair
  • CanSpoil
  • CanUse
  • CanUseWithItemDestination
  • CanUseWithItemSource
  • ClientUpdatedWeaponClipAmmo
  • CraftBlueprint
  • Crafted
  • CreateItemFromNetInfo
  • EquippedBlueprintTick
  • FinishRepairing
  • GetAttachedComponent
  • GetAttachedComponentsNum
  • GetComponentToAttach
  • GetCraftingResourceRequirement
  • GetCustomItemData
  • GetDurabilityPercentage
  • GetEggHatchTimeRemaining
  • GetHUDIconMaterial
  • GetInitializeItemOwnerInventory
  • GetItemColorID
  • GetItemCustomColor
  • GetItemDyeColors
  • GetItemNetInfo
  • GetItemStatInfo
  • GetItemStatModifier
  • GetItemStatString
  • GetItemStatValues
  • GetItemWeight
  • GetMaximumAdditionalCrafting
  • GetRemainingCooldownTime
  • GetSpoilingTime
  • GetUseItemAddCharacterStatusValue
  • GetWeaponClipAmmo
  • GetWeaponTemplateDurabilityToConsumePerMeleeHit
  • GetWeaponTemplateHarvestDamageMultiplier
  • GetWeaponTemplateHarvestDamageType
  • GetWeaponTemplateMeleeDamageAmount
  • GetWeaponTemplateMeleeDamageType
  • HandleShieldDamageBlocking
  • HasCustomItemData
  • IncrementItemQuantity
  • InitNewItem
  • InitializeItem
  • IsBroken
  • IsCooldownReadyForUse
  • IsOwnerInNoPainWater
  • IsOwnerInWater
  • IsUsableConsumable
  • IsValidForCrafting
  • LocalUse
  • MeetRepairingRequirements
  • OverrideCrouchingSound
  • RemoveClipAmmo
  • RemoveCustomItemData
  • RemoveFromSlot
  • RemoveWeaponAccessory
  • RemovedSkinFromItem
  • RepairItem
  • ServerRemoveItemSkin
  • ServerRemoveItemSkinOnly
  • ServerRemoveWeaponAccessoryOnly
  • ServerSendItemExecCommandToEveryone
  • ServerSendItemExecCommandToPlayer
  • ServerUpdatedWeaponClipAmmo
  • SetCustomItemData
  • SetItemStatInfo
  • SetItemStatValues
  • SetQuantity
  • SkinEquippedBlueprintTick
  • SlottedTick
  • StaticGetColorForItemColorID
  • UpdatedItem
  • Use
  • UseItemOntoItem