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

Updated parameter names #244

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
26 changes: 13 additions & 13 deletions natives.json
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@
},
{
"type": "BOOL",
"name": "p2"
"name": "triggerAsHudSound"
}
],
"return_type": "void",
Expand Down Expand Up @@ -792,7 +792,7 @@
},
{
"type": "const char*",
"name": "p2"
"name": "VoiceName"
}
],
"return_type": "void",
Expand Down Expand Up @@ -830,7 +830,7 @@
"params": [
{
"type": "int",
"name": "p0"
"name": "SpeakerConversationIndex"
},
{
"type": "Entity",
Expand Down Expand Up @@ -896,7 +896,7 @@
"params": [
{
"type": "BOOL",
"name": "p0"
"name": "enable"
}
],
"return_type": "void",
Expand All @@ -909,7 +909,7 @@
"params": [
{
"type": "BOOL",
"name": "p0"
"name": "isPlaceholder"
}
],
"return_type": "void",
Expand All @@ -922,11 +922,11 @@
"params": [
{
"type": "BOOL",
"name": "p0"
"name": "DisplaySubtitles"
},
{
"type": "BOOL",
"name": "p1"
"name": "addToBriefScreen"
}
],
"return_type": "void",
Expand All @@ -939,11 +939,11 @@
"params": [
{
"type": "BOOL",
"name": "p0"
"name": "DisplaySubtitles"
},
{
"type": "BOOL",
"name": "p1"
"name": "addToBriefScreen"
}
],
"return_type": "void",
Expand Down Expand Up @@ -1046,7 +1046,7 @@
"params": [
{
"type": "BOOL",
"name": "p0"
"name": "FinishCurrentLine"
}
],
"return_type": "void",
Expand All @@ -1067,7 +1067,7 @@
"params": [
{
"type": "BOOL",
"name": "p0"
"name": "FinishCurrentLine"
}
],
"return_type": "int",
Expand Down Expand Up @@ -81246,15 +81246,15 @@
"0xE0A7D1E497FFCD6F": {
"name": "SET_PLAYER_WANTED_LEVEL_NOW",
"jhash": "0xAF3AFD83",
"comment": "Forces any pending wanted level to be applied to the specified player immediately.\n\nCall SET_PLAYER_WANTED_LEVEL with the desired wanted level, followed by SET_PLAYER_WANTED_LEVEL_NOW.\n\nSecond parameter is unknown (always false).",
"comment": "Forces any pending wanted level to be applied to the specified player immediately.\n\nCall SET_PLAYER_WANTED_LEVEL with the desired wanted level, followed by SET_PLAYER_WANTED_LEVEL_NOW.\n\nSecond parameter determines the time it takes for police to arrive (always false).",
"params": [
{
"type": "Player",
"name": "player"
},
{
"type": "BOOL",
"name": "p1"
"name": "bDelayLawResponse"
}
],
"return_type": "void",
Expand Down
Loading