struct Models::ItemGrid
- Models::ItemGrid
- Struct
- Value
- Object
Overview
A2 (162 bytes)
Included Modules
- Avocado::Pack
- Avocado::Unpack
- JSON::Serializable
Defined in:
models.crConstructors
Instance Method Summary
- #change : Bool
- #change=(change : Bool)
- #db_param : Array(UInt32)
- #db_param=(db_param : Array(UInt32))
- #endure : Array(UInt16)
- #endure=(endure : Array(UInt16))
- #energy : Array(UInt16)
- #energy=(energy : Array(UInt16))
- #forge_lv : UInt8
- #forge_lv=(forge_lv : UInt8)
- #id : UInt16
- #id=(id : UInt16)
- #inst_attrs : Array(InstAttribute)
- #inst_attrs=(inst_attrs : Array(InstAttribute))
- #item_attrs : Array(ItemAttribute)
- #item_attrs=(item_attrs : Array(ItemAttribute))
- #num : UInt16
- #num=(num : UInt16)
Instance methods inherited from module Avocado::Unpack
opcode
opcode,
unpack(io, type, variable, order, is_array = false)unpack(io, order = IO::ByteFormat::BigEndian) unpack
Instance methods inherited from module Avocado
[](variable)
[],
[]=(variable, value)
[]=,
opcode
opcode
Instance methods inherited from module Avocado::Pack
opcode
opcode,
pack(io, type, variable, order)pack(io, order = IO::ByteFormat::BigEndian) pack