mirror of
https://github.com/JezuzLizard/T4SP-Server-Plugin.git
synced 2025-07-03 17:51:51 +00:00
Added more debug dumping for gsc vm
This commit is contained in:
@ -70,5 +70,8 @@
|
||||
#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);
|
||||
void push_builtin_history(game::scriptInstance_t inst, int idx);
|
||||
void push_codepos_history(game::scriptInstance_t inst, const char* pos);
|
||||
|
||||
using namespace std::literals;
|
Reference in New Issue
Block a user