public static extern unsafe void SendVicinityMessage(IntPtr pThis, [MarshalAs(UnmanagedType.LPStr)] string message, int length, Identity *unk);
public static extern unsafe void SlotJoinTeamRequest(IntPtr pThis, Identity *identity, IntPtr pName);
public unsafe static extern void CastNanoSpell(IntPtr pThis, Identity *nano, Identity target);
public static extern unsafe bool IsFormulaReady(IntPtr pThis, Identity *identity);
public static extern unsafe StdObjList *GetNanoTemplateInfoList(IntPtr pThis, Identity *identity);
public static extern unsafe bool CreateDummyItemID(IntPtr pThis, Identity *template, ACGItem *acgItem);
public static extern unsafe void GetCorrectActionId(IntPtr pThis, Identity *id);
public static extern unsafe int GetBuffTotalTime(IntPtr pThis, Identity *identity, Identity *unk);
public static extern unsafe void DefaultAttack(IntPtr pThis, Identity *target, bool unk);
public static extern unsafe IntPtr GetItemByTemplate(IntPtr pThis, Identity template, Identity *unk);
public static extern unsafe bool IsTeamLeader(IntPtr pThis, Identity *target);
public static extern unsafe bool SecondarySpecialAttack(IntPtr pThis, Identity *target, Stat stat);
public static extern unsafe bool IsInTeam(IntPtr pThis, Identity *identity);
public static extern unsafe IntPtr GetContainerInventoryList(IntPtr pThis, Identity *identity);