PointClickEngine::Core::UserSettings::GameplaySettings
Inherits YAML::Serializable < Reference < Object
Constructors
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Sourcenew(debug_mode : Bool = false, auto_save_interval : Int32 = 300, text_speed : Float32 = 1.0_f32)
Sourcenew(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
SourceInstance methods
auto_save_interval
Sourceauto_save_interval=(auto_save_interval : Int32)
Sourcedebug_mode
Sourcedebug_mode=(debug_mode : Bool)
Sourcetext_speed
Sourcetext_speed=(text_speed : Float32)
Source