mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-23 09:02:38 +08:00
refactor: switch RAGE_JOAAT with string literal functions (#2806)
Why? Shorter to write and removes the macro usage I used the following regex to find all occurrences: ```r RAGE_JOAAT\("(.*?)"\) ``` then the following to replace it all: ```r "$1"_J ```
This commit is contained in:
@ -23,7 +23,7 @@ namespace big
|
||||
entry.second->get_ped()->m_navigation->get_position(),
|
||||
0,
|
||||
true,
|
||||
RAGE_JOAAT("weapon_explosion"),
|
||||
"weapon_explosion"_J,
|
||||
10000.0f,
|
||||
2,
|
||||
0,
|
||||
|
Reference in New Issue
Block a user