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

Fixed description and param name of setPedHeadOverlayTint #218

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
4 changes: 2 additions & 2 deletions natives.json
Original file line number Diff line number Diff line change
Expand Up @@ -73090,7 +73090,7 @@
"0x497BF74A7B9CB952": {
"name": "SET_PED_HEAD_OVERLAY_TINT",
"jhash": "",
"comment": "\n\nColorType is 1 for eyebrows, beards, and chest hair; 2 for blush and lipstick; and 0 otherwise, though not called in those cases.\n\nCalled after SET_PED_HEAD_OVERLAY().",
"comment": "colorCount is 2 for Makeup.\ncolorCount is 1 for Facial Hair, Eyebrows, Blush, Lipstick and Chest Hair.\ncolorCount is 0 for everything else, though not called in those cases.\n\nCalled after SET_PED_HEAD_OVERLAY().",
"params": [
{
"type": "Ped",
Expand All @@ -73102,7 +73102,7 @@
},
{
"type": "int",
"name": "colorType"
"name": "colorCount"
},
{
"type": "int",
Expand Down