Logo
Explore Help
Sign In
ModdingRX/TmpMenu
1
0
Fork 0
You've already forked TmpMenu
mirror of https://github.com/Mr-X-GTA/YimMenu.git synced 2025-06-17 23:07:26 +08:00
Code Issues Actions 1 Packages Projects Releases Wiki Activity
TmpMenu/src/script_global.cpp

11 lines
203 B
C++
Raw Normal View History

Add more spoofing options and added clang-format (#1020) * feat(Spoofing): add spoofing * feat(Spoofing): prepare code for player attach * remove(PlayerAttach): isn't going to work due to netsync architecture * fix(GUI): fix scaling * feat(Project): add clang-format file * feat(Classes): update classes * fix(BlackHole): remove unnecessary cleanup * fix(Formatting): fix formatting for initializer lists * feat(clang-format): Set tab width and 1 space before comment Co-authored-by: Yimura <24669514+Yimura@users.noreply.github.com>
2023-03-01 21:27:15 +00:00
#include "script_global.hpp"
Initial commit
2019-03-21 20:18:31 +01:00
#include "pointers.hpp"
namespace big
{
feat(ScriptGlobal): Allow for constexpr offset calculation (#1721)
2023-07-15 00:55:09 +02:00
void* script_global::get() const
Initial commit
2019-03-21 20:18:31 +01:00
{
Feat ptr cache continued (#1227)
2023-04-14 18:54:07 +02:00
return g_pointers->m_gta.m_script_globals[m_index >> 0x12 & 0x3F] + (m_index & 0x3FFFF);
Initial commit
2019-03-21 20:18:31 +01:00
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.4 Page: 98ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API