Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 1.28 KB

convar.md

File metadata and controls

14 lines (13 loc) · 1.28 KB

📇 convar

Function Parameter Return Type Description
get_float void float
get_int void int
get_string void string
set_float float value void
set_int int value void
set_string string value void
add_flag convar_flags flag void
remove_flag convar_flags flag void
has_flag convar_flags flag bool
callbacks_amount void int