PedStaysInGroups Property

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Sets a value indicating whether this Ped will stay in its group unless explicitly removed.

If the value of this property is false, this Ped will be removed from its group if it gets farther away from its leader than the Group's [!:Rage::Group::DissolveDistance].

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public bool StaysInGroups { set; }

Property Value

Type: Boolean
true if this Ped will stay in its group; otherwise, false.
See Also

Reference