mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-21 05:04:45 +00:00
- ConsoleValue class is now the base value class. - ConsoleValueRef is now used to supply function parameters. Values are disposable. - Script functions return values instead of just strings where possible. - Variables can be disposable strings - Bytecode changed Fix the issues with console method parameters and fields which prevented missions from loading. |
||
|---|---|---|
| .. | ||
| hifi | ||
| std | ||
| gameBase.cpp | ||
| gameBase.h | ||
| gameConnection.cpp | ||
| gameConnection.h | ||
| gameConnectionEvents.cpp | ||
| gameConnectionEvents.h | ||
| gameProcess.cpp | ||
| gameProcess.h | ||
| moveList.cpp | ||
| moveList.h | ||
| moveManager.cpp | ||
| moveManager.h | ||
| processList.cpp | ||
| processList.h | ||
| tickCache.cpp | ||
| tickCache.h | ||