Open n0bodysec opened 3 months ago
Branch or Release 1b5ff7739601f504d7563b280185eae267bdc047
Game and Engine Version N/A
Describe the bug https://github.com/UE4SS-RE/RE-UE4SS/blob/1b5ff7739601f504d7563b280185eae267bdc047/UE4SS/src/Mod/LuaMod.cpp#L458
VK_NUMPAD0 is 0x60 but it's defined as 0x69 (VK_NUMPAD9) in the base code.
VK_NUMPAD0
VK_NUMPAD9
Mods directory N/A
To Reproduce N/A
Expected behavior
key_table.add_pair("NUM_ZERO", 0x60);
Screenshots, UE4SS Log, and .dmp file N/A
Desktop (please complete the following information): N/A
Additional context N/A
Branch or Release 1b5ff7739601f504d7563b280185eae267bdc047
Game and Engine Version N/A
Describe the bug https://github.com/UE4SS-RE/RE-UE4SS/blob/1b5ff7739601f504d7563b280185eae267bdc047/UE4SS/src/Mod/LuaMod.cpp#L458
VK_NUMPAD0
is 0x60 but it's defined as 0x69 (VK_NUMPAD9
) in the base code.Mods directory N/A
To Reproduce N/A
Expected behavior
Screenshots, UE4SS Log, and .dmp file N/A
Desktop (please complete the following information): N/A
Additional context N/A