Asset prog
This commit is contained in:
@@ -85,6 +85,14 @@ consolevar_t * consoleRegVar(
|
||||
consolevarchanged_t event
|
||||
);
|
||||
|
||||
/**
|
||||
* Gets a console variable by name.
|
||||
*
|
||||
* @param name The name of the variable.
|
||||
* @return The variable, or NULL if not found.
|
||||
*/
|
||||
consolevar_t * consoleVarGet(const char_t *name);
|
||||
|
||||
/**
|
||||
* Sets the value of a console variable.
|
||||
*
|
||||
|
Reference in New Issue
Block a user