#include "nxwcommn.h"
#include "debug.h"
#include "basics.h"
#include "globals.h"
#include "scripts.h"
#include "inlines.h"
#include "race.h"
Namespaces | |
| namespace | Scripts |
Functions | |
| void | readwscline () |
| void | readFullLine () |
| void | readw2 () |
| void | readw3 () |
| void | gettokennum (std::string s, int num) |
| Gets the token number num in the passed string. | |
| int | getRangedValue (std::string str) |
| int | getRangedValue (char *stringguy) |
| void | splitLine (char *source, char *head, char *tail) |
| void | splitLine (const std::string &source, std::string &head, std::string &tail) |
| void | newScriptsInit () |
| void | deleteNewScripts () |
Variables | |
| char | g_strScriptTemp [1024] |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
Gets the token number num in the passed string.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|