Skip to content

Commit

Permalink
0x768E81AE285A4B67 comment updated
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulkadiraktas committed Nov 11, 2024
1 parent 37534bb commit 0ff50e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion natives.json
Original file line number Diff line number Diff line change
Expand Up @@ -81318,7 +81318,7 @@
},
"0x768E81AE285A4B67": {
"name": "_SET_PLAYER_DEAD_EYE_AURA_BY_HASH",
"comment": "Sets the aura color for entities that the player can target in Deadeye mode, based on a specific hash value. This Native was previously named `SetPlayerStatFlagHash`, but it has been re-evaluated and renamed to better reflect its function in controlling the Deadeye aura color for targeted entities.\nKnown hash : \n- 1014693585 \n- 1936842089 \n- 1979474018\nExample usage:\nPLAYER::_SET_PLAYER_DEAD_EYE_AURA_BY_HASH(PLAYER::PLAYER_ID(), 1014693585);\nVideo: https://imgur.com/gallery/0x768e81ae285a4b67-LzWAwBc \nPrevious name: _SET_PLAYER_STAT_FLAG_HASH",
"comment": "Sets the aura color for entities that the player can target in Deadeye mode, based on a specific hash value.\nKnown hash : \n- 1014693585 \n- 1936842089 \n- 1979474018\nExample usage:\nPLAYER::_SET_PLAYER_DEAD_EYE_AURA_BY_HASH(PLAYER::PLAYER_ID(), 1014693585);\nVideo: https://imgur.com/gallery/0x768e81ae285a4b67-LzWAwBc \nPrevious name: _SET_PLAYER_STAT_FLAG_HASH",
"params": [
{
"type": "Player",
Expand Down

0 comments on commit 0ff50e1

Please sign in to comment.