FFACETools.FFACE.NPCIsActive C# (CSharp) Méthode

NPCIsActive() private méthode

private NPCIsActive ( int instanceID, int npcID ) : bool
instanceID int
npcID int
Résultat bool
        private static extern bool NPCIsActive(int instanceID, int npcID);
FFACE