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

Ped::setGroupFormation

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

0: Default
1: Circle Around Leader
2: Alternative Circle Around Leader
3: Line, with Leader at center

Syntax

<syntaxhighlight lang="javascript">mp.game.ped.setGroupFormation(groupId, formationType);</syntaxhighlight>

Required Arguments

  • groupId: int
  • formationType: int

Return value

  • Undefined

Example

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

See also