FFACETools.FFACE.NPCIsActive C# (CSharp) 메소드

NPCIsActive() 개인적인 메소드

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