Ped::setGroupSeparationRange

From RAGE Multiplayer Wiki
Revision as of 21:29, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Sets the range at which members will automatically leave the group.

Syntax

mp.game.ped.setGroupSeparationRange(groupHandle, separationRange);

Required Arguments

  • groupHandle: int
  • separationRange: float

Return value

  • Undefined

Example

// todo

See also