• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Lua Get item attribute from players slot

pasiak12

Well-Known Member
Joined
Jun 7, 2009
Messages
261
Solutions
13
Reaction score
71
I have item from slot
Code:
local item = player:getSlotItem(CONST_SLOT_LEFT)

I need to get attribute, for example attack.

I can get it from
Code:
    itemType:getAttack()

But I don't know how to get itemtype from item object.

Is it possible with unmodified tfs 1.2/1.3 ?
 
Back
Top