Setting.getBoolean

returns bool item by key from map

  1. bool getBoolean(int index, bool defValue)
  2. bool getBoolean(string key, bool defValue)
    class Setting
    bool
    getBoolean
    (
    string key
    ,
    bool defValue = false
    )

Meta