class

PointClickEngine::Core::QuestObjective

Inherits YAML::Serializable < JSON::Serializable < Reference < Object

Quest objective that can be checked against game state

Constructors

new(id : String, description : String, condition : String)
Source
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Source

Instance methods

check_completion(state_manager : GameStateManager) : Bool
Source
completed
Source
completed=(completed : Bool)
Source
condition
Source
condition=(condition : String)
Source
description
Source
description=(description : String)
Source
hidden
Source
hidden=(hidden : Bool)
Source
id=(id : String)
Source
optional
Source
optional=(optional : Bool)
Source
reset
Source