BOOL _0x7AE93C45EC14A166(Player player, Ped* ped);
| Property |
Value |
| Native Name |
_0x7AE93C45EC14A166 |
| Hash |
0x7AE93C45EC14A166 |
| Return Type |
BOOL |
| Build |
1207 |
| API Set |
client |
| Parameters |
player (Player), ped (Ped*) |
Description: Only used in script function PROCESS_PED_INTERRUPT_DIALOGUE
GET_PLAYER*
Usage
Lua (Direct):
local result = _0x7AE93C45EC14A166(player, ped)
Lua (Hash):
local result = Citizen.InvokeNative(0x7AE93C45EC14A166, player, ped)
Back to PLAYER