[This is preliminary documentation and is subject to change.]
Gets this player's Group.
Namespace:
Rage
Assembly:
RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
public Group Group { get; }
Public ReadOnly Property Group As Group
Get
public:
property Group^ Group {
Group^ get ();
}
Property Value
Type:
GroupThe player's
Group.
Reference