PointClickEngine::Scenes::InventoryCondition
Inherits PointClickEngine::Scenes::Condition < YAML::Serializable < Reference < Object
Condition based on inventory items
Constructors
new(item_name : String, has_item : Bool = true)
SourceInstance methods
evaluate(engine : Core::Engine) : Bool
Sourcehas_item
Sourcehas_item=(has_item : Bool)
Sourceitem_name
Sourceitem_name=(item_name : String)
Source