RelationshipGroup Constructor

RAGE Plugin Hook Documentation

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

Initializes a new instance of the RelationshipGroup class.

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

public RelationshipGroup(
	string name
)

Parameters

name
Type: SystemString
The name of the relationship group.
Remarks

It's okay to instantiate multiple instances with the same name. They'll all represent the same group.
See Also

Reference