struct Models::EntityEvent

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

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

[View source]
def entity_type : UInt8 #

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

[View source]
def event_id : UInt16 #

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

[View source]
def event_name : String #

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

[View source]
def initialize #

[View source]