FFACETools.FFACE.GetNPCHeadingToNPC C# (CSharp) Method

GetNPCHeadingToNPC() private method

private GetNPCHeadingToNPC ( int instanceID, int npcIDStart, int npcIDEnd ) : double
instanceID int
npcIDStart int
npcIDEnd int
return double
        private static extern double GetNPCHeadingToNPC(int instanceID, int npcIDStart, int npcIDEnd);
FFACE