struct Models::CharacterAttribute

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 attributes : Array(Attribute) #

[View source]
def attributes=(attributes : Array(Attribute)) #

[View source]
def initialize #

[View source]
def num : UInt16 #

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

[View source]
def type : UInt8 #

[View source]
def type=(type : UInt8) #

[View source]