Player::setIkTarget

From RAGE Multiplayer Wiki
Revision as of 23:45, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Syntax

player.setIkTarget(p1, targetPed, boneLookAt, x, y, z, p7, duration, duration1);

Required Arguments

  • p1: int
  • targetPed: Ped handle or object
  • boneLookAt: int
  • x: float
  • y: float
  • z: float
  • p7: unknown (to be checked)
  • duration: int
  • duration1: int

Return value

  • Undefined

Example

// todo

See also