FFACETools.FFACE.NPCIsActive C# (CSharp) Method

NPCIsActive() private method

private NPCIsActive ( int instanceID, int npcID ) : bool
instanceID int
npcID int
return bool
        private static extern bool NPCIsActive(int instanceID, int npcID);
FFACE