mirror of
https://github.com/JezuzLizard/T4SP-Server-Plugin.git
synced 2025-07-03 17:51:51 +00:00
Cleanup and move gsc dump stuff
This commit is contained in:
@ -69,8 +69,9 @@
|
||||
#include "game/enums.hpp"
|
||||
#include "game/structs.hpp"
|
||||
#include "game/symbols.hpp"
|
||||
std::string get_full_gsc_state_str(game::scriptInstance_t inst);
|
||||
void push_opcode_to_history(game::scriptInstance_t inst, game::OpcodeVM op);
|
||||
|
||||
std::string build_gsc_dump(game::scriptInstance_t inst);
|
||||
void push_opcode_history(game::scriptInstance_t inst, game::OpcodeVM op);
|
||||
void push_builtin_history(game::scriptInstance_t inst, int idx);
|
||||
void push_codepos_history(game::scriptInstance_t inst, const char* pos);
|
||||
|
||||
|
Reference in New Issue
Block a user