Skip to content

Add 36 names #7

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

Merged
merged 16 commits into from
Nov 16, 2024
100 changes: 38 additions & 62 deletions natives.json
Original file line number Diff line number Diff line change
Expand Up @@ -7099,19 +7099,6 @@
"return_type": "float*"
}
},
"ALLOC": {
"0x724B4E9B": {
"name": "_FONT_SCALE",
"comment": "",
"params": [
{
"type": "Any",
"name": "p0"
}
],
"return_type": "int"
}
},
"AMBIENCE": {
"0x2A3B1045": {
"name": "AMBIENCE_AUDIO_ENTITY_UPDATE_TERRITORY",
Expand Down Expand Up @@ -11658,7 +11645,7 @@
"return_type": "int"
},
"0x9A4CD54B": {
"name": "_0x9A4CD54B",
"name": "IS_CURRENT_CAMERA_CHANNEL_TRANSITIONING",
"comment": "",
"params": [
{
Expand Down Expand Up @@ -16412,7 +16399,7 @@
"return_type": "int"
},
"0x9265B24B": {
"name": "_GET_COVER_LOCATIONS_IN_VOLUME",
"name": "FIND_COVER_LOCATIONS_IN_VOLUME",
"comment": "",
"params": [
{
Expand Down Expand Up @@ -25497,61 +25484,37 @@
"return_type": "int"
},
"0x4803C120": {
"name": "_0x4803C120",
"name": "F2VSTR",
"comment": "",
"params": [
{
"type": "float",
"name": "p0"
},
{
"type": "Any",
"name": "p1"
},
{
"type": "Any",
"name": "p2"
},
{
"type": "Any",
"name": "p3"
},
{
"type": "Any",
"name": "p4"
},
{
"type": "Any",
"name": "p5"
},
{
"type": "Any",
"name": "p6"
"name": "value"
}
],
"return_type": "int"
"return_type": "const char*"
},
"0xFA6BDD8E": {
"name": "_CREATE_FONT",
"name": "F2STR",
"comment": "",
"params": [
{
"type": "Any",
"name": "p0"
"type": "float",
"name": "value"
},
{
"type": "Any",
"name": "p1"
},
{
"type": "Any",
"name": "p2"
"type": "int",
"name": "precision"
}
],
"return_type": "int"
"return_type": "const char*"
},
"0x47EF426D": {
"name": "_0x47EF426D",
"name": "I2STR",
"comment": "",
"params": [
{
Expand All @@ -25562,29 +25525,29 @@
"return_type": "const char*"
},
"0x52C10147": {
"name": "_0x52C10147",
"name": "V2STR",
"comment": "",
"params": [
{
"type": "Any",
"name": "p0"
"type": "Vector3*",
"name": "value"
}
],
"return_type": "int"
"return_type": "const char*"
},
"0x5E339E16": {
"name": "FLOAT_TO_STRING_VERBOSE",
"comment": "",
"params": [
{
"type": "Any",
"name": "p0"
"type": "float",
"name": "value"
}
],
"return_type": "int"
"return_type": "const char*"
},
"0x8ED1FF95": {
"name": "_FLOAT_TO_STRING",
"name": "FLOAT_TO_STRING_FORMATED",
"comment": "",
"params": [
{
Expand All @@ -25607,8 +25570,8 @@
"comment": "",
"params": [
{
"type": "Any",
"name": "p0"
"type": "int",
"name": "value"
}
],
"return_type": "const char*"
Expand All @@ -25619,7 +25582,7 @@
"params": [
{
"type": "Vector3*",
"name": "p0"
"name": "value"
}
],
"return_type": "const char*"
Expand Down Expand Up @@ -42217,13 +42180,13 @@
"return_type": "int"
},
"0x7ABDE1F0": {
"name": "_0x7ABDE1F0",
"name": "SET_FLOCK_DEFAULT_POPULATION_MAX_PER_CELL",
"comment": "",
"params": [],
"return_type": "int"
},
"0x7D7F9770": {
"name": "_0x7D7F9770",
"name": "SET_INDIVIDUAL_DEFAULT_POPULATION_MAX_PER_CELL",
"comment": "",
"params": [],
"return_type": "int"
Expand Down Expand Up @@ -51190,6 +51153,19 @@
"return_type": "int"
}
},
"UI_HUD": {
"0x724B4E9B": {
"name": "UI_ADDICON",
"comment": "",
"params": [
{
"type": "Any",
"name": "p0"
}
],
"return_type": "int"
}
},
"VEHICLES": {
"0x58745E4B": {
"name": "GET_ACTOR_MOST_RECENT_VEHICLE",
Expand Down