FFACETools.FFACE.GetNPCHeadingToNPC C# (CSharp) Méthode

GetNPCHeadingToNPC() private méthode

private GetNPCHeadingToNPC ( int instanceID, int npcIDStart, int npcIDEnd ) : double
instanceID int
npcIDStart int
npcIDEnd int
Résultat double
        private static extern double GetNPCHeadingToNPC(int instanceID, int npcIDStart, int npcIDEnd);
FFACE