struct Models::CharacterLookBoat

Included Modules

Defined in:

models.cr

Constructors

Instance Method Summary

Instance methods inherited from module Avocado::Pack

opcode opcode, pack(io, type, variable, order)
pack(io, order = IO::ByteFormat::BigEndian)
pack

Instance methods inherited from module Avocado

[](variable) [], []=(variable, value) []=, opcode opcode

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def boat_id : UInt16 #

[View source]
def boat_id=(boat_id : UInt16) #

[View source]
def body : UInt16 #

[View source]
def body=(body : UInt16) #

[View source]
def cannon : UInt16 #

[View source]
def cannon=(cannon : UInt16) #

[View source]
def engine : UInt16 #

[View source]
def engine=(engine : UInt16) #

[View source]
def equipment : UInt16 #

[View source]
def equipment=(equipment : UInt16) #

[View source]
def header : UInt16 #

[View source]
def header=(header : UInt16) #

[View source]
def initialize #

[View source]
def pos_id : UInt16 #

[View source]
def pos_id=(pos_id : UInt16) #

[View source]