struct Name
- Name
- GameComponent
- ECS::Component
- Struct
- Value
- Object
Overview
genitive родительный Кого? dative дательный Кому? accusative винительный Кого? instrumental творительный Кем? prepositional предложный О ком?
Defined in:
wif/game/systems.crConstructors
- .new(name : String, gender : Int32, genitive : String, dative : String, accusative : String, instrumental : String, prepositional : String)
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
genitive родительный Кого? dative дательный Кому? accusative винительный Кого? instrumental творительный Кем? prepositional предложный О ком?
Class Method Summary
-
.component_index
genitive родительный Кого? dative дательный Кому? accusative винительный Кого? instrumental творительный Кем? prepositional предложный О ком?
Instance Method Summary
- #accusative : String
- #clone
- #copy_with(name _name = @name, gender _gender = @gender, genitive _genitive = @genitive, dative _dative = @dative, accusative _accusative = @accusative, instrumental _instrumental = @instrumental, prepositional _prepositional = @prepositional)
- #dative : String
- #gender : Int32
- #gender_letter
- #genitive : String
- #instrumental : String
- #name : String
- #prepositional : String
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
genitive родительный Кого? dative дательный Кому? accusative винительный Кого? instrumental творительный Кем? prepositional предложный О ком?
Class Method Detail
genitive родительный Кого? dative дательный Кому? accusative винительный Кого? instrumental творительный Кем? prepositional предложный О ком?