VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK
AITargetEvaluatorType.Generated.cs File Reference

Enumerations

AITargetEvaluatorType
enum  AITargetEvaluatorType : uint {
  AITargetEvaluatorType.Undef = 0x00000000 ,
  AITargetEvaluatorType.MostLoved = 0x00000001 ,
  AITargetEvaluatorType.MostHated = 0x00000002 ,
  AITargetEvaluatorType.Closest = 0x00000003 ,
  AITargetEvaluatorType.Master = 0x00000004 ,
  AITargetEvaluatorType.Self = 0x00000005 ,
  AITargetEvaluatorType.Farthest = 0x00000006 ,
  AITargetEvaluatorType.Ranged_Backpack = 0x00000007 ,
  AITargetEvaluatorType.Melee_Backpack = 0x00000008 ,
  AITargetEvaluatorType.Backpack = 0x00000009 ,
  AITargetEvaluatorType.Potion_Backpack = 0x0000000A ,
  AITargetEvaluatorType.Shield_Backpack = 0x0000000B ,
  AITargetEvaluatorType.Ammo_Backpack = 0x0000000C ,
  AITargetEvaluatorType.Restpoint = 0x0000000D ,
  AITargetEvaluatorType.Armor_Backpack = 0x0000000E ,
  AITargetEvaluatorType.Soulstone = 0x0000000F ,
  AITargetEvaluatorType.NotBreakable = 0x00000010 ,
  AITargetEvaluatorType.Breakable = 0x00000011 ,
  AITargetEvaluatorType.ClosestToMaster = 0x00000013 ,
  AITargetEvaluatorType.NotItem = 0x00000014 ,
  AITargetEvaluatorType.PotionHP_Backpack = 0x00000015 ,
  AITargetEvaluatorType.PotionSP_Backpack = 0x00000016 ,
  AITargetEvaluatorType.AllyOfMaster = 0x00000017
}