Setting.setBooleanDef

sets bool item of map if key is not yet present in map

  1. bool setBooleanDef(int index, bool value)
  2. bool setBooleanDef(string key, bool value)
    class Setting
    bool
    setBooleanDef
    (
    string key
    ,
    bool value
    )

Meta