class

PointClickEngine::Core::UserSettings::GameplaySettings

Inherits YAML::Serializable < Reference < Object

Constructors

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Source
new(debug_mode : Bool = false, auto_save_interval : Int32 = 300, text_speed : Float32 = 1.0_f32)
Source
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Source

Instance methods

auto_save_interval
Source
auto_save_interval=(auto_save_interval : Int32)
Source
debug_mode
Source
debug_mode=(debug_mode : Bool)
Source
text_speed
Source
text_speed=(text_speed : Float32)
Source