Globals::invokeVector3: Difference between revisions
(Created page with "__TOC__ Invokes a specified [https://cdn.rage.mp/public/natives/ Native] that returns a <b>Vector3</b> object. == Syntax == <pre> mp.game.invokeVector(hash, args); </pre>...") |
m (Rootcause moved page Globals::invokeVector to Globals::invokeVector3) |
Revision as of 07:51, 21 March 2020
Invokes a specified Native that returns a Vector3 object.
Syntax
mp.game.invokeVector(hash, args);
Required Arguments
- hash: String
- args: Any
Return Value
- Vector3
Example
Client-Side
let bonePosVector = mp.game.invokeVector('0x44A8FCB8ED227738', mp.players.local.handle, boneId);