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

Added whole outComponent struct of getTattooShopDlcItemData #221

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion natives.json
Original file line number Diff line number Diff line change
Expand Up @@ -15865,7 +15865,7 @@
"0xFF56381874F82086": {
"name": "GET_TATTOO_SHOP_DLC_ITEM_DATA",
"jhash": "0x2E9D628C",
"comment": "Character types:\n0 = Michael, \n1 = Franklin, \n2 = Trevor, \n3 = MPMale, \n4 = MPFemale\n\n\nenum TattooZoneData\n{ \n ZONE_TORSO = 0, \n ZONE_HEAD = 1, \n ZONE_LEFT_ARM = 2, \n ZONE_RIGHT_ARM = 3, \n ZONE_LEFT_LEG = 4, \n ZONE_RIGHT_LEG = 5, \n ZONE_UNKNOWN = 6,\n ZONE_NONE = 7, \n};\nstruct outComponent\n{\n // these vars are suffixed with 4 bytes of padding each.\n uint unk;\n int unk2;\n uint tattooCollectionHash;\n uint tattooNameHash;\n int unk3;\n TattooZoneData zoneId;\n uint unk4;\n uint unk5;\n // maybe more, not sure exactly, decompiled scripts are very vague around this part.\n}",
"comment": "Character types:\n0 = Michael, \n1 = Franklin, \n2 = Trevor, \n3 = MPMale, \n4 = MPFemale\n\n\nenum TattooZoneData\n{ \n ZONE_TORSO = 0, \n ZONE_HEAD = 1, \n ZONE_LEFT_ARM = 2, \n ZONE_RIGHT_ARM = 3, \n ZONE_LEFT_LEG = 4, \n ZONE_RIGHT_LEG = 5, \n ZONE_UNKNOWN = 6,\n ZONE_NONE = 7, \n};\n//size 120\nstruct outComponent\n{\nuint lockHash,\nuint id,\nuint collection,\nuint preset,\nuint cost,\nuint eFacing,\nuint updateGroup,\nstring textLabel // length 64\n}\n}",
"params": [
{
"type": "int",
Expand Down