|
VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK
|
Enumerations | |
AI_KeyObjectType | |
| enum | AI_KeyObjectType : uint { AI_KeyObjectType.Invalid = 0x00000000 , AI_KeyObjectType.Use_Object = 0x00000005 , AI_KeyObjectType.Attack_Object = 0x00000006 , AI_KeyObjectType.Attack_Link1 = 0x0000000C , AI_KeyObjectType.Attack_Link2 = 0x0000000D , AI_KeyObjectType.Attack_Link3 = 0x0000000E , AI_KeyObjectType.Use_Link1 = 0x0000000F , AI_KeyObjectType.Use_Link2 = 0x00000010 , AI_KeyObjectType.Use_Link3 = 0x00000011 , AI_KeyObjectType.RestoreState_Link1 = 0x00000015 , AI_KeyObjectType.RestoreState_Link2 = 0x00000016 , AI_KeyObjectType.RestoreState_Link3 = 0x00000017 , AI_KeyObjectType.RestoreState_Object = 0x00000018 , AI_KeyObjectType.CustomScript = 0x00000019 } |