We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2c6b17 commit f817d42Copy full SHA for f817d42
src/core/modules/cvars/cvars_wrap.cpp
@@ -69,13 +69,13 @@ DECLARE_SP_MODULE(_cvars)
69
void export_cvar_interface(scope _cvars)
70
{
71
class_<ICvar, boost::noncopyable>("_Cvar", no_init)
72
- .def("register_command",
+ .def("register_base",
73
&ICvar::RegisterConCommand,
74
"Registers a console command.",
75
args("con_command")
76
)
77
78
- .def("unregister_command",
+ .def("unregister_base",
79
&ICvar::UnregisterConCommand,
80
"Unregisters a console command.",
81
0 commit comments