![]() |
RigsofRods
2023.09
Soft-body Physics Simulation
|
#include "Console.h"#include "GameContext.h"#include "ErrorUtils.h"#include "PlatformUtils.h"#include "Utils.h"#include "SimpleOpt.h"Go to the source code of this file.
Enumerations | |
| enum | { OPT_HELP, OPT_MAP, OPT_POS, OPT_ROT, OPT_TRUCK, OPT_VER, OPT_RESUME, OPT_CHECKCACHE, OPT_TRUCKCONFIG, OPT_RUNSCRIPT, OPT_ENTERTRUCK, OPT_JOINMPSERVER } |
Variables | |
| CSimpleOpt::SOption | cmdline_options [] |
| anonymous enum |
| Enumerator | |
|---|---|
| OPT_HELP | |
| OPT_MAP | |
| OPT_POS | |
| OPT_ROT | |
| OPT_TRUCK | |
| OPT_VER | |
| OPT_RESUME | |
| OPT_CHECKCACHE | |
| OPT_TRUCKCONFIG | |
| OPT_RUNSCRIPT | |
| OPT_ENTERTRUCK | |
| OPT_JOINMPSERVER | |
Definition at line 37 of file AppCommandLine.cpp.
| CSimpleOpt::SOption cmdline_options[] |
Definition at line 53 of file AppCommandLine.cpp.
1.8.17