struct Models::CharacterBase

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 cha_id : UInt32 #

[View source]
def cha_id=(cha_id : UInt32) #

[View source]
def comm_id : UInt32 #

property world_id : UInt32 = 10262 (not supported by latest sources)


[View source]
def comm_id=(comm_id : UInt32) #

property world_id : UInt32 = 10262 (not supported by latest sources)


[View source]
def comm_name : String #

[View source]
def comm_name=(comm_name : String) #

[View source]
def ctrl_type : UInt8 #

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

[View source]
def entity_event : EntityEvent #

[View source]
def entity_event=(entity_event : EntityEvent) #

[View source]
def gm_lv : UInt8 #

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

[View source]
def guild_id : UInt32 #

[View source]
def guild_id=(guild_id : UInt32) #

[View source]
def guild_motto : String #

[View source]
def guild_motto=(guild_motto : String) #

[View source]
def guild_name : String #

[View source]
def guild_name=(guild_name : String) #

[View source]
def handle : UInt32 #

[View source]
def handle=(handle : UInt32) #

[View source]
def icon : UInt16 #

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

[View source]
def is_player : UInt8 #

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

[View source]
def look : CharacterLook #

[View source]
def look=(look : CharacterLook) #

[View source]
def motto_name : String #

[View source]
def motto_name=(motto_name : String) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def position : Position #

[View source]
def position=(position : Position) #

[View source]
def side : CharacterSide #

[View source]
def side=(side : CharacterSide) #

[View source]
def stall_name : String #

[View source]
def stall_name=(stall_name : String) #

[View source]
def state : UInt16 #

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

[View source]
def team_leader_id : UInt32 #

[View source]
def team_leader_id=(team_leader_id : UInt32) #

[View source]