Setting.getBoolean

returns bool item by index of array or map

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

Meta