# Menu

All functions here return true only if user press that item. All data saves in [Config](https://docs.sasavn.ru/cs2_lua/documentation/namespaces/config)

## Functions

<table><thead><tr><th width="410">Function</th><th>Arguments</th></tr></thead><tbody><tr><td>bool Button(name)</td><td>string - name</td></tr><tr><td>bool Toggle(name, CFG)</td><td>string - [name, CFG]</td></tr><tr><td>bool FloatSlider(name, CFG,  min, max, precision)</td><td>string - [name, CFG]; float - [min, max]; int - precision</td></tr><tr><td>bool IntSlider(name, CFG, min, max)</td><td>string - [name, CFG]; int - [min, max]</td></tr></tbody></table>
