struct FailureType

Defined in:

wif/game/systems.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from struct GameComponent

after_initialize after_initialize

Constructor methods inherited from struct GameComponent

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) new

Class methods inherited from struct GameComponent

component_index component_index

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

def self.new(message : String, cat : ECS::Entity) #

[View source]

Class Method Detail

def self.component_index #

Instance Method Detail

def cat : ECS::Entity #

def clone #

[View source]
def copy_with(message _message = @message, cat _cat = @cat) #

[View source]
def message : String #