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

Ped::getNumParentPedsOfType

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

Type equals 0 for male non-dlc, 1 for female non-dlc, 2 for male dlc, and 3 for female dlc.

Syntax

<syntaxhighlight lang="javascript">mp.game.ped.getNumParentPedsOfType(type);</syntaxhighlight>

Required Arguments

  • type: int

Return value

  • int

Example

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

See also