Lua API
On this page

Item_QueryItemManaResponse_S2C

Inherits from

Update an items mana bar.

Fields:

Mana number

the amount of mana remaining, scaled from 0.0 (none) to 1.0 (full)

ObjectId number

the object ID of the item

Success boolean

show mana bar: 0=no, 1=yes

Methods:

GetPropertyKeys() : string[]

Returns a list of strings of all public property / field names. Useful for reflection on UserData in lua scripts

Returns:string[]

ToString() : string

Returns a string that represents the current object.

Returns:string