} // @ public bool Invited #endregion #region Methods /// <summary> /// Gets the ALLIANCEINFO from FFACE /// </summary> private ALLIANCEINFO GetPartyInformation() { ALLIANCEINFO allianceInfo = new ALLIANCEINFO(); GetAllianceInfo(_InstanceID, ref allianceInfo); return(allianceInfo); } // @ public ALLIANCEINFO GetAllianceInformation()
private static extern void GetAllianceInfo(int instance, ref ALLIANCEINFO allianceInfo);
/// <summary> /// Gets the ALLIANCEINFO from FFACE /// </summary> private ALLIANCEINFO GetPartyInformation() { ALLIANCEINFO allianceInfo = new ALLIANCEINFO(); GetAllianceInfo(_InstanceID, ref allianceInfo); return allianceInfo; }