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

GetNPCType() private méthode

private GetNPCType ( int instanceID, int npcID ) : NPCType
instanceID int
npcID int
Résultat NPCType
        private static extern NPCType GetNPCType(int instanceID, int npcID);
FFACE