Group Methods

RAGE Plugin Hook Documentation

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

The Group type exposes the following members.

Methods

  NameDescription
Public methodAddMember

Adds the specified Ped to this group.

If this is the group's first member, it will become the leader. A group cannot be leaderless.

Public methodDelete
Deletes this group.
Public methodEquals(Group)
Indicates whether this instance equals the specified Group instance.
Public methodEquals(IHandleable)
Indicates whether this instance equals the specified IHandleable instance.
Public methodIsMember
Determines whether the specified Ped is a member of this group.
Public methodIsValid
Determines whether this instance still represents an existing entity within the game world. Calls to an invalid instance is illegal and will result in an exception.
Public methodRemoveMember
Removes the specified Ped from this group. The Ped must be a member of this group.
Public methodSetPedMemberVehicleSeatIndex
Sets the index of the vehicle seat the specified member will use when the group enters a vehicle.
Top
See Also

Reference