Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: custom struct param names based on native #15

Open
logan-mcgee opened this issue Jul 6, 2023 · 1 comment
Open

Feature Request: custom struct param names based on native #15

logan-mcgee opened this issue Jul 6, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@logan-mcgee
Copy link

no idea how this is on the scale of feasability, but i feel like itd be a handy one, for example for NET_GAMESERVER_BASKET_ADD_ITEM the current data passed into the first param looks like:

itemData = hParam2;
itemData.f_1 = hParam8;
itemData.f_2 = epctParam5;
itemData.f_3 = epctParam6;

NETSHOPPING::NET_GAMESERVER_BASKET_ADD_ITEM(&itemData, epctParam4)

but since the 🫖 incident we now know they are

m_catalogKey
m_extraInventoryKey
m_price
m_statvalue
@maybegreat48
Copy link
Owner

maybegreat48 commented Jul 11, 2023

I will take a look at this when I have the time. Incorporating leaked stuff into this repo might also be a bad idea

@maybegreat48 maybegreat48 added the enhancement New feature or request label Jul 11, 2023
@maybegreat48 maybegreat48 self-assigned this Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants