|
Jass documentation Database
JASS Documentation Database REFORGED
Results for the query "item" as a "type"
Type item
Ancestor type: |
widget |
Children type(s): |
None |
Location: |
line 11 in file common.j |
Preview: |
|
"I can handle that."
Hmmm... there's no info about this keyword... be the first one in contribute with the keyword item.
You must be logged into the site in order to give us a hand in keeping updated the information. If you don't have an account, you can create one here.
Functions that takes type item
common.j |
RemoveItem: | native RemoveItem takes item whichItem returns nothing |
GetItemPlayer: | native GetItemPlayer takes item whichItem returns player |
GetItemTypeId: | native GetItemTypeId takes item i returns integer |
GetItemX: | native GetItemX takes item i returns real |
GetItemY: | native GetItemY takes item i returns real |
SetItemPosition: | native SetItemPosition takes item i, real x, real y returns nothing |
SetItemDropOnDeath: | native SetItemDropOnDeath takes item whichItem, boolean flag returns nothing |
SetItemDroppable: | native SetItemDroppable takes item i, boolean flag returns nothing |
SetItemPawnable: | native SetItemPawnable takes item i, boolean flag returns nothing |
SetItemPlayer: | native SetItemPlayer takes item whichItem, player whichPlayer, boolean changeColor returns nothing |
SetItemInvulnerable: | native SetItemInvulnerable takes item whichItem, boolean flag returns nothing |
IsItemInvulnerable: | native IsItemInvulnerable takes item whichItem returns boolean |
SetItemVisible: | native SetItemVisible takes item whichItem, boolean show returns nothing |
IsItemVisible: | native IsItemVisible takes item whichItem returns boolean |
IsItemOwned: | native IsItemOwned takes item whichItem returns boolean |
IsItemPowerup: | native IsItemPowerup takes item whichItem returns boolean |
IsItemSellable: | native IsItemSellable takes item whichItem returns boolean |
IsItemPawnable: | native IsItemPawnable takes item whichItem returns boolean |
GetItemLevel: | native GetItemLevel takes item whichItem returns integer |
GetItemType: | native GetItemType takes item whichItem returns itemtype |
SetItemDropID: | native SetItemDropID takes item whichItem, integer unitId returns nothing |
GetItemName: | constant native GetItemName takes item whichItem returns string |
GetItemCharges: | native GetItemCharges takes item whichItem returns integer |
SetItemCharges: | native SetItemCharges takes item whichItem, integer charges returns nothing |
GetItemUserData: | native GetItemUserData takes item whichItem returns integer |
SetItemUserData: | native SetItemUserData takes item whichItem, integer data returns nothing |
UnitAddItem: | native UnitAddItem takes unit whichUnit, item whichItem returns boolean |
UnitRemoveItem: | native UnitRemoveItem takes unit whichUnit, item whichItem returns nothing |
UnitHasItem: | native UnitHasItem takes unit whichUnit, item whichItem returns boolean |
UnitDropItemPoint: | native UnitDropItemPoint takes unit whichUnit, item whichItem, real x, real y returns boolean |
UnitDropItemSlot: | native UnitDropItemSlot takes unit whichUnit, item whichItem, integer slot returns boolean |
UnitDropItemTarget: | native UnitDropItemTarget takes unit whichUnit, item whichItem, widget target returns boolean |
UnitUseItem: | native UnitUseItem takes unit whichUnit, item whichItem returns boolean |
UnitUseItemPoint: | native UnitUseItemPoint takes unit whichUnit, item whichItem, real x, real y returns boolean |
UnitUseItemTarget: | native UnitUseItemTarget takes unit whichUnit, item whichItem, widget target returns boolean |
SaveItemHandle: | native SaveItemHandle takes hashtable table, integer parentKey, integer childKey, item whichItem returns boolean |
BlzSetItemName: | native BlzSetItemName takes item whichItem, string name returns nothing |
BlzSetItemDescription: | native BlzSetItemDescription takes item whichItem, string description returns nothing |
BlzGetItemDescription: | native BlzGetItemDescription takes item whichItem returns string |
BlzSetItemTooltip: | native BlzSetItemTooltip takes item whichItem, string tooltip returns nothing |
BlzGetItemTooltip: | native BlzGetItemTooltip takes item whichItem returns string |
BlzSetItemExtendedTooltip: | native BlzSetItemExtendedTooltip takes item whichItem, string extendedTooltip returns nothing |
BlzGetItemExtendedTooltip: | native BlzGetItemExtendedTooltip takes item whichItem returns string |
BlzSetItemIconPath: | native BlzSetItemIconPath takes item whichItem, string iconPath returns nothing |
BlzGetItemIconPath: | native BlzGetItemIconPath takes item whichItem returns string |
BlzGetItemAbilityByIndex: | native BlzGetItemAbilityByIndex takes item whichItem, integer index returns ability |
BlzGetItemAbility: | native BlzGetItemAbility takes item whichItem, integer abilCode returns ability |
BlzItemAddAbility: | native BlzItemAddAbility takes item whichItem, integer abilCode returns boolean |
BlzGetItemBooleanField: | native BlzGetItemBooleanField takes item whichItem, itembooleanfield whichField returns boolean |
BlzGetItemIntegerField: | native BlzGetItemIntegerField takes item whichItem, itemintegerfield whichField returns integer |
BlzGetItemRealField: | native BlzGetItemRealField takes item whichItem, itemrealfield whichField returns real |
BlzGetItemStringField: | native BlzGetItemStringField takes item whichItem, itemstringfield whichField returns string |
BlzSetItemBooleanField: | native BlzSetItemBooleanField takes item whichItem, itembooleanfield whichField, boolean value returns boolean |
BlzSetItemIntegerField: | native BlzSetItemIntegerField takes item whichItem, itemintegerfield whichField, integer value returns boolean |
BlzSetItemRealField: | native BlzSetItemRealField takes item whichItem, itemrealfield whichField, real value returns boolean |
BlzSetItemStringField: | native BlzSetItemStringField takes item whichItem, itemstringfield whichField, string value returns boolean |
BlzItemRemoveAbility: | native BlzItemRemoveAbility takes item whichItem, integer abilCode returns boolean |
BlzGetItemSkin: | native BlzGetItemSkin takes item whichItem returns integer |
BlzSetItemSkin: | native BlzSetItemSkin takes item whichItem, integer skinId returns nothing |
blizzard.j |
RectContainsItem: | function RectContainsItem takes item whichItem, rect r returns boolean |
GetItemLoc: | function GetItemLoc takes item whichItem returns location |
UnitAddItemSwapped: | function UnitAddItemSwapped takes item whichItem, unit whichHero returns boolean |
UnitRemoveItemSwapped: | function UnitRemoveItemSwapped takes item whichItem, unit whichHero returns nothing |
SetItemPositionLoc: | function SetItemPositionLoc takes item whichItem, location loc returns nothing |
UnitDropItemPointBJ: | function UnitDropItemPointBJ takes unit whichUnit, item whichItem, real x, real y returns boolean |
UnitDropItemPointLoc: | function UnitDropItemPointLoc takes unit whichUnit, item whichItem, location loc returns boolean |
UnitDropItemSlotBJ: | function UnitDropItemSlotBJ takes unit whichUnit, item whichItem, integer slot returns boolean |
UnitDropItemTargetBJ: | function UnitDropItemTargetBJ takes unit whichUnit, item whichItem, widget target returns boolean |
UnitUseItemDestructable: | function UnitUseItemDestructable takes unit whichUnit, item whichItem, widget target returns boolean |
UnitUseItemPointLoc: | function UnitUseItemPointLoc takes unit whichUnit, item whichItem, location loc returns boolean |
SetItemInvulnerableBJ: | function SetItemInvulnerableBJ takes item whichItem, boolean flag returns nothing |
SetItemDropOnDeathBJ: | function SetItemDropOnDeathBJ takes item whichItem, boolean flag returns nothing |
SetItemDroppableBJ: | function SetItemDroppableBJ takes item whichItem, boolean flag returns nothing |
SetItemPlayerBJ: | function SetItemPlayerBJ takes item whichItem, player whichPlayer, boolean changeColor returns nothing |
SetItemVisibleBJ: | function SetItemVisibleBJ takes boolean show, item whichItem returns nothing |
IsItemHiddenBJ: | function IsItemHiddenBJ takes item whichItem returns boolean |
CheckItemStatus: | function CheckItemStatus takes item whichItem, integer status returns boolean |
ItemAddIndicatorBJ: | function ItemAddIndicatorBJ takes item whichItem, real red, real green, real blue, real transparency returns nothing |
SaveItemHandleBJ: | function SaveItemHandleBJ takes item whichItem, integer key, integer missionKey, hashtable table returns boolean |
UpdateStockAvailability: | function UpdateStockAvailability takes item whichItem returns nothing |
BlzItemAddAbilityBJ: | function BlzItemAddAbilityBJ takes item whichItem, integer abilCode returns nothing |
BlzItemRemoveAbilityBJ: | function BlzItemRemoveAbilityBJ takes item whichItem, integer abilCode returns nothing |
BlzSetItemBooleanFieldBJ: | function BlzSetItemBooleanFieldBJ takes item whichItem, itembooleanfield whichField, boolean value returns nothing |
BlzSetItemIntegerFieldBJ: | function BlzSetItemIntegerFieldBJ takes item whichItem, itemintegerfield whichField, integer value returns nothing |
BlzSetItemRealFieldBJ: | function BlzSetItemRealFieldBJ takes item whichItem, itemrealfield whichField, real value returns nothing |
BlzSetItemStringFieldBJ: | function BlzSetItemStringFieldBJ takes item whichItem, itemstringfield whichField, string value returns nothing |
Functions that returns type item
common.j |
GetFilterItem: | constant native GetFilterItem takes nothing returns item |
GetEnumItem: | constant native GetEnumItem takes nothing returns item |
GetSoldItem: | constant native GetSoldItem takes nothing returns item |
GetManipulatedItem: | constant native GetManipulatedItem takes nothing returns item |
BlzGetAbsorbingItem: | constant native BlzGetAbsorbingItem takes nothing returns item |
BlzGetStackingItemSource: | constant native BlzGetStackingItemSource takes nothing returns item |
BlzGetStackingItemTarget: | constant native BlzGetStackingItemTarget takes nothing returns item |
GetOrderTargetItem: | constant native GetOrderTargetItem takes nothing returns item |
GetSpellTargetItem: | constant native GetSpellTargetItem takes nothing returns item |
CreateItem: | native CreateItem takes integer itemid, real x, real y returns item |
UnitAddItemById: | native UnitAddItemById takes unit whichUnit, integer itemId returns item |
UnitRemoveItemFromSlot: | native UnitRemoveItemFromSlot takes unit whichUnit, integer itemSlot returns item |
UnitItemInSlot: | native UnitItemInSlot takes unit whichUnit, integer itemSlot returns item |
LoadItemHandle: | native LoadItemHandle takes hashtable table, integer parentKey, integer childKey returns item |
PlaceRandomItem: | native PlaceRandomItem takes itempool whichItemPool, real x, real y returns item |
BlzCreateItemWithSkin: | native BlzCreateItemWithSkin takes integer itemid, real x, real y, integer skinId returns item |
blizzard.j |
UnitAddItemByIdSwapped: | function UnitAddItemByIdSwapped takes integer itemId, unit whichHero returns item |
UnitRemoveItemFromSlotSwapped: | function UnitRemoveItemFromSlotSwapped takes integer itemSlot, unit whichHero returns item |
CreateItemLoc: | function CreateItemLoc takes integer itemId, location loc returns item |
GetLastCreatedItem: | function GetLastCreatedItem takes nothing returns item |
GetLastRemovedItem: | function GetLastRemovedItem takes nothing returns item |
UnitItemInSlotBJ: | function UnitItemInSlotBJ takes unit whichUnit, integer itemSlot returns item |
GetItemOfTypeFromUnitBJ: | function GetItemOfTypeFromUnitBJ takes unit whichUnit, integer itemId returns item |
RandomItemInRectBJ: | function RandomItemInRectBJ takes rect r, boolexpr filter returns item |
RandomItemInRectSimpleBJ: | function RandomItemInRectSimpleBJ takes rect r returns item |
LoadItemHandleBJ: | function LoadItemHandleBJ takes integer key, integer missionKey, hashtable table returns item |
UnitDropItem: | function UnitDropItem takes unit inUnit, integer inItemID returns item |
WidgetDropItem: | function WidgetDropItem takes widget inWidget, integer inItemID returns item |
Global variables of type item
Page loaded in 0.0796 seconds.
|
|
|