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

Dlc1::getPropFromOutfit

Материал из RAGE MP Wiki Archive
Версия от 21:06, 6 мая 2017; imported>Marty uploader (yay)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

outfit = a structure passing though it - see GET_SHOP_PED_QUERY_OUTFIT
slot - outfit slot
item - hold 3 ints in a struct, you can use Vector3 structure

GET_SHOP_PED_???

Syntax

<syntaxhighlight lang="javascript">mp.game.dlc1.getPropFromOutfit(outfit, slot, item);</syntaxhighlight>

Required Arguments

  • outfit: unknown (to be checked)
  • slot: int
  • item: unknown (to be checked)

Return value

  • Boolean

Example

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

See also

Шаблон:Dlc1 s function c