struct Models::Look
- Models::Look
- Struct
- Value
- Object
Included Modules
- Avocado::Pack
- Avocado::Unpack
- JSON::Serializable
Defined in:
models.crConstructors
Instance Method Summary
- #hair : UInt16
- #hair=(hair : UInt16)
- #item_grids : Array(ItemGrid)
- #item_grids=(item_grids : Array(ItemGrid))
- #type_id : UInt16
- #type_id=(type_id : UInt16)
- #ver : UInt16
- #ver=(ver : 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