Difference between revisions of "GTA V Native declarations"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with "<code> namespace PLAYER { static Ped GET_PLAYER_PED(Player player) { return invoke<Ped>(0x6E31E993, player); } // 0x6E31E993 static Ped GET_PLAYER_PED_SCRIPT_INDEX(P...")
 
(Redirected page to Native function#GTA V)
 
(31 intermediate revisions by 7 users not shown)
Line 1: Line 1:
<code>
+
#REDIRECT [[Native_function#GTA V]]
namespace PLAYER
 
{
 
    static Ped GET_PLAYER_PED(Player player) { return invoke<Ped>(0x6E31E993, player); } // 0x6E31E993
 
    static Ped GET_PLAYER_PED_SCRIPT_INDEX(Player player) { return invoke<Ped>(0x6AC64990, player); } // 0x6AC64990
 
    static void SET_PLAYER_MODEL(Player player, Hash model) { invoke<Void>(0x774A4C54, player, model); } // 0x774A4C54
 
}
 
</code>
 

Latest revision as of 09:36, 7 March 2015