mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Default to nullptr
If null, it uses the statically created breakset.
This commit is contained in:
parent
4bef9fc6cf
commit
6eb3388aee
@ -77,7 +77,7 @@ private:
|
||||
public:
|
||||
CCommand();
|
||||
CCommand(int nArgC, const char** ppArgV, cmd_source_t source);
|
||||
bool Tokenize(const char* pCommand, cmd_source_t source, characterset_t* pBreakSet);
|
||||
bool Tokenize(const char* pCommand, cmd_source_t source, characterset_t* pBreakSet = nullptr);
|
||||
|
||||
int64_t ArgC(void) const;
|
||||
const char** ArgV(void) const;
|
||||
|
Loading…
x
Reference in New Issue
Block a user