FFACETools.FFACE.GetNPCType C# (CSharp) Method

GetNPCType() private method

private GetNPCType ( int instanceID, int npcID ) : NPCType
instanceID int
npcID int
return NPCType
        private static extern NPCType GetNPCType(int instanceID, int npcID);
FFACE