Перейти к содержанию

Entity::removeModelSwap

Материал из RAGE MP Wiki Archive
Версия от 17:52, 17 мая 2019; imported>RoboN1X (category)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Syntax

<syntaxhighlight lang="javascript">mp.game.entity.removeModelSwap(x, y, z, radius, originalModel, newModel, p6);</syntaxhighlight>

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

<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>

See also

Шаблон:Entity s function c Cateogry:Client-side Function