[This is preliminary documentation and is subject to change.]
Represents a relationship group.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
The RelationshipGroup type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| RelationshipGroup |
Initializes a new instance of the RelationshipGroup class.
|
Properties
| Name | Description | |
|---|---|---|
| AggressiveInvestigate |
Gets the "AGGRESSIVE_INVESTIGATE" relationship group.
| |
| AmbientFriendEmpty |
Gets the "AmbFriendEmpty" relationship group.
| |
| AmbientGangBallas |
Gets the "AMBIENT_GANG_BALLAS" relationship group.
| |
| AmbientGangCult |
Gets the "AMBIENT_GANG_CULT" relationship group.
| |
| AmbientGangFamily |
Gets the "AMBIENT_GANG_FAMILY" relationship group.
| |
| AmbientGangHillbilly |
Gets the "AMBIENT_GANG_HILLBILLY" relationship group.
| |
| AmbientGangLost |
Gets the "AMBIENT_GANG_LOST" relationship group.
| |
| AmbientGangMarabunte |
Gets the "AMBIENT_GANG_MARABUNTE" relationship group.
| |
| AmbientGangMexican |
Gets the "AMBIENT_GANG_MEXICAN" relationship group.
| |
| AmbientGangSalva |
Gets the "AMBIENT_GANG_SALVA" relationship group.
| |
| AmbientGangWeicheng |
Gets the "AMBIENT_GANG_WEICHENG" relationship group.
| |
| Army |
Gets the "ARMY" relationship group.
| |
| Cop |
Gets the "COP" relationship group.
| |
| Deer |
Gets the "DEER" relationship group.
| |
| DomesticAnimal |
Gets the "DOMESTIC_ANIMAL" relationship group.
| |
| FamilyFranklin |
Gets the "FAMILY_F" relationship group.
| |
| FamilyMichael |
Gets the "FAMILY_M" relationship group.
| |
| FamilyTrevor |
Gets the "FAMILY_T" relationship group.
| |
| Fireman |
Gets the "FIREMAN" relationship group.
| |
| Gang1 |
Gets the "GANG_1" relationship group.
| |
| Gang10 |
Gets the "GANG_10" relationship group.
| |
| Gang2 |
Gets the "GANG_2" relationship group.
| |
| Gang9 |
Gets the "GANG_9" relationship group.
| |
| GuardDog |
Gets the "GUARD_DOG" relationship group.
| |
| Hash |
Gets the hash of this group.
| |
| HatesPlayer |
Gets the "HATES_PLAYER" relationship group.
| |
| Medic |
Gets the "MEDIC" relationship group.
| |
| Name | ||
| Player |
Gets the "PLAYER" relationship group.
| |
| Prisoner |
Gets the "PRISONER" relationship group.
| |
| PrivateSecurity |
Gets the "PRIVATE_SECURITY" relationship group.
| |
| SecurityGuard |
Gets the "SECURITY_GUARD" relationship group.
|
Methods
| Name | Description | |
|---|---|---|
| DoesRelationshipGroupExist(String) | ||
| DoesRelationshipGroupExist(UInt32) | ||
| Equals |
Indicates whether this instance equals the specified RelationshipGroup instance.
| |
| SetRelationshipWith |
Sets the relationship this group has with the specified relationship group.
|
Operators
| Name | Description | |
|---|---|---|
| Equality |
Determines whether the the first RelationshipGroup instance represents the same blip as the second RelationshipGroup instance.
| |
| (String to RelationshipGroup) | ||
| Inequality |
Determines whether the the first RelationshipGroup instance represents a different blip than the second RelationshipGroup instance.
|
See Also
Reference
[!:IEquatable{RelationshipGroup}]