FFACETools.FFACE.GetNPCDistance C# (CSharp) Method

GetNPCDistance() private method

private GetNPCDistance ( int instanceID, int npcID ) : float
instanceID int
npcID int
return float
        private static extern float GetNPCDistance(int instanceID, int npcID);
FFACE