sm.game.getSettingBoolean
Get the boolean value of a named setting.
Kind: Function
Environments: Game
Game
sm.game.getSettingBoolean( name )
Parameters:
| Name | Type | Description |
|---|---|---|
name |
string | The name of the setting |
Returns:
| Name | Type | Description |
|---|---|---|
value |
boolean | The value of the setting. |