Struct GroupManager
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FFXIVClientStructs.FFXIV.Client.Game.Group
Assembly: FFXIVClientStructs.dll
Syntax
public struct GroupManager
Fields
| Improve this Doc View SourceAllianceMembers
Declaration
public byte *AllianceMembers
Field Value
| Type | Description |
|---|---|
| System.Byte* |
IsAlliance
Declaration
public bool IsAlliance
Field Value
| Type | Description |
|---|---|
| System.Boolean |
MemberCount
Declaration
public byte MemberCount
Field Value
| Type | Description |
|---|---|
| System.Byte |
PartyLeaderIndex
Declaration
public uint PartyLeaderIndex
Field Value
| Type | Description |
|---|---|
| System.UInt32 |
PartyMembers
Declaration
public byte *PartyMembers
Field Value
| Type | Description |
|---|---|
| System.Byte* |
Unk_3D40
Declaration
public uint Unk_3D40
Field Value
| Type | Description |
|---|---|
| System.UInt32 |
Unk_3D44
Declaration
public ushort Unk_3D44
Field Value
| Type | Description |
|---|---|
| System.UInt16 |
Unk_3D48
Declaration
public long Unk_3D48
Field Value
| Type | Description |
|---|---|
| System.Int64 |
Unk_3D50
Declaration
public long Unk_3D50
Field Value
| Type | Description |
|---|---|
| System.Int64 |
Unk_3D5D
Declaration
public byte Unk_3D5D
Field Value
| Type | Description |
|---|---|
| System.Byte |
Unk_3D5F
Declaration
public byte Unk_3D5F
Field Value
| Type | Description |
|---|---|
| System.Byte |
Unk_3D60
Declaration
public byte Unk_3D60
Field Value
| Type | Description |
|---|---|
| System.Byte |
Methods
| Improve this Doc View SourceGetAllianceMemberByGroupAndIndex(Int32, Int32)
Declaration
[MemberFunction("F6 81 ?? ?? ?? ?? ?? 4C 8B C9 74 1E")]
public PartyMember*GetAllianceMemberByGroupAndIndex(int group, int index)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | group | |
| System.Int32 | index |
Returns
| Type | Description |
|---|---|
| PartyMember* |
GetAllianceMemberByIndex(Int32)
Declaration
[MemberFunction("83 FA 14 72 03")]
public PartyMember*GetAllianceMemberByIndex(int index)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index |
Returns
| Type | Description |
|---|---|
| PartyMember* |
Instance()
Declaration
[StaticAddress("33 D2 48 8D 0D ?? ?? ?? ?? 33 DB", 2, false)]
public static GroupManager*Instance()
Returns
| Type | Description |
|---|---|
| GroupManager* |
IsCharacterInPartyByName(Byte*)
Declaration
[MemberFunction("48 89 5C 24 ?? 48 89 7C 24 ?? 44 0F B6 99")]
public bool IsCharacterInPartyByName(byte *name)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte* | name |
Returns
| Type | Description |
|---|---|
| System.Boolean |
IsObjectIDInAlliance(UInt32)
Declaration
[MemberFunction("33 C0 44 8B CA F6 81")]
public bool IsObjectIDInAlliance(uint objectID)
Parameters
| Type | Name | Description |
|---|---|---|
| System.UInt32 | objectID |
Returns
| Type | Description |
|---|---|
| System.Boolean |
IsObjectIDInParty(UInt32)
Declaration
[MemberFunction("E8 ?? ?? ?? ?? EB B8 E8")]
public bool IsObjectIDInParty(uint objectID)
Parameters
| Type | Name | Description |
|---|---|---|
| System.UInt32 | objectID |
Returns
| Type | Description |
|---|---|
| System.Boolean |
IsObjectIDPartyLeader(UInt32)
Declaration
[MemberFunction("48 63 81 ?? ?? ?? ?? 85 C0 78 14")]
public bool IsObjectIDPartyLeader(uint objectID)
Parameters
| Type | Name | Description |
|---|---|---|
| System.UInt32 | objectID |
Returns
| Type | Description |
|---|---|
| System.Boolean |