mirror of
https://github.com/JezuzLizard/T4SP-Server-Plugin.git
synced 2025-06-25 22:01:49 +00:00
Run using decompiled code
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
#include "utils/hook.hpp"
|
||||
#include "codsrc/clientscript/cscr_main.hpp"
|
||||
|
||||
#define RE_CSCR_MAIN_USE_WRAPPERS
|
||||
//#define RE_CSCR_MAIN_USE_WRAPPERS
|
||||
|
||||
namespace re_cscr_main
|
||||
{
|
||||
|
@ -3,7 +3,7 @@
|
||||
#include "utils/hook.hpp"
|
||||
#include "codsrc/clientscript/cscr_memorytree.hpp"
|
||||
|
||||
#define RE_CSCR_MEMORYTREE_USE_WRAPPERS
|
||||
//#define RE_CSCR_MEMORYTREE_USE_WRAPPERS
|
||||
|
||||
namespace re_cscr_memorytree
|
||||
{
|
||||
|
@ -3,7 +3,7 @@
|
||||
#include "utils/hook.hpp"
|
||||
#include "codsrc/clientscript/cscr_parser.hpp"
|
||||
|
||||
#define RE_CSCR_PARSER_USE_WRAPPERS
|
||||
//#define RE_CSCR_PARSER_USE_WRAPPERS
|
||||
|
||||
namespace re_cscr_parser
|
||||
{
|
||||
|
@ -3,7 +3,7 @@
|
||||
#include "utils/hook.hpp"
|
||||
#include "codsrc/clientscript/cscr_parsetree.hpp"
|
||||
|
||||
#define RE_CSCR_PARSETREE_USE_WRAPPERS
|
||||
//#define RE_CSCR_PARSETREE_USE_WRAPPERS
|
||||
|
||||
namespace re_cscr_parsetree
|
||||
{
|
||||
|
@ -3,7 +3,7 @@
|
||||
#include "utils/hook.hpp"
|
||||
#include "codsrc/clientscript/cscr_readwrite.hpp"
|
||||
|
||||
#define RE_CSCR_READWRITE_USE_WRAPPERS
|
||||
//#define RE_CSCR_READWRITE_USE_WRAPPERS
|
||||
|
||||
namespace re_cscr_readwrite
|
||||
{
|
||||
|
@ -3,7 +3,7 @@
|
||||
#include "utils/hook.hpp"
|
||||
#include "codsrc/clientscript/cscr_stringlist.hpp"
|
||||
|
||||
#define RE_CSCR_STRINGLIST_USE_WRAPPERS
|
||||
//#define RE_CSCR_STRINGLIST_USE_WRAPPERS
|
||||
|
||||
namespace re_cscr_stringlist
|
||||
{
|
||||
|
@ -3,7 +3,7 @@
|
||||
#include "utils/hook.hpp"
|
||||
#include "codsrc/clientscript/cscr_variable.hpp"
|
||||
|
||||
#define RE_CSCR_VARIABLE_USE_WRAPPERS
|
||||
//#define RE_CSCR_VARIABLE_USE_WRAPPERS
|
||||
|
||||
namespace re_cscr_variable
|
||||
{
|
||||
|
@ -3,7 +3,7 @@
|
||||
#include "utils/hook.hpp"
|
||||
#include "codsrc/clientscript/cscr_vm.hpp"
|
||||
|
||||
#define RE_CSCR_VM_USE_WRAPPERS
|
||||
//#define RE_CSCR_VM_USE_WRAPPERS
|
||||
|
||||
namespace re_cscr_vm
|
||||
{
|
||||
@ -1050,7 +1050,7 @@ namespace re_cscr_vm
|
||||
}
|
||||
}
|
||||
|
||||
char* Scr_GetTypeName_call(game::scriptInstance_t a1, [[maybe_unused]] void* caller_addr)
|
||||
const char* Scr_GetTypeName_call(game::scriptInstance_t a1, [[maybe_unused]] void* caller_addr)
|
||||
{
|
||||
#ifdef RE_CSCR_VM_USE_WRAPPERS
|
||||
return game::Scr_GetTypeName(a1, Scr_GetTypeName_original);
|
||||
|
Reference in New Issue
Block a user