Entity::removeModelSwap

From RAGE Multiplayer Wiki
Revision as of 21:06, 6 May 2017 by Marty uploader (talk | contribs) (yay)

Syntax

mp.game.entity.removeModelSwap(x, y, z, radius, originalModel, newModel, p6);

Required Arguments

  • x: float
  • y: float
  • z: float
  • radius: float
  • originalModel: Model hash or name
  • newModel: Model hash or name
  • p6: Boolean

Return value

  • Undefined

Example

// todo

See also

Template:Entity s function c