FFACETools.FFACE.GetNPCTP C# (CSharp) Method

GetNPCTP() private method

private GetNPCTP ( int instanceID, int npcID ) : short
instanceID int
npcID int
return short
        private static extern short GetNPCTP(int instanceID, int npcID);
FFACE