Globals::invokeVector3

From RAGE Multiplayer Wiki
Revision as of 07:51, 21 March 2020 by Rootcause (talk | contribs) (Rootcause moved page Globals::invokeVector to Globals::invokeVector3)

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);

See also