EvEmu
0.8.4
11 September 2021
|
#include "admin/CommandHelper.h"
Go to the source code of this file.
Functions | |
int | cmd_find_nth_noneq (const Seperator &args, int n) |
std::string | cmd_parse_eq_arg (const Seperator &args, const char *name) |
int cmd_find_nth_noneq | ( | const Seperator & | args, |
int | n | ||
) |
Definition at line 8 of file CommandHelper.cpp.
References Seperator::arg(), and Seperator::argCount().
Referenced by Command_unspawn().
std::string cmd_parse_eq_arg | ( | const Seperator & | args, |
const char * | name | ||
) |
Definition at line 26 of file CommandHelper.cpp.
References Seperator::arg(), Seperator::argCount(), and codelog.
Referenced by Command_unspawn().