[This is preliminary documentation and is subject to change.]
Sets the relationship this group has with the specified relationship group.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
Parameters
- group
- Type: RageRelationshipGroup
The group to set the relationship with. - relationship
- Type: RageRelationship
The relationship this group has with the other.
Examples
RelationshipGroup("COP").SetRelationshipWith("CRIMINAL", Relationship.Hate);
RelationshipGroup("COP").SetRelationshipWith("CRIMINAL", Relationship.Hate); RelationshipGroup("CRIMINAL").SetRelationshipWith("COP", Relationship.Hate);
See Also