| enum | EntityType : uint {
EntityType.Invalid = 0x00000000
,
EntityType.Physics = 0x00000001
,
EntityType.Weenie = 0x00000002
,
EntityType.EntityGroup = 0x00000003
,
EntityType.Cell = 0x00000004
,
EntityType.Camera = 0x00000005
,
EntityType.Light = 0x00000006
,
EntityType.Landblock = 0x00000007
,
EntityType.Link = 0x00000009
,
EntityType.UIScene = 0x0000000C
,
EntityType.DBObj = 0x0000000D
,
EntityType.Particle = 0x0000000E
,
EntityType.Script = 0x0000000F
,
EntityType.SceneFile = 0x00000010
,
EntityType.LinkDesc = 0x00000011
,
EntityType.TeleportDestination = 0x00000012
,
EntityType.PatrolPoint = 0x00000014
,
EntityType.Scriptlet = 0x00000015
,
EntityType.GeneratorPoint = 0x00000016
,
EntityType.Decal = 0x00000017
,
EntityType.Export = 0x00000018
,
EntityType.PathHint = 0x00000019
,
EntityType.PathBlock = 0x0000001A
,
EntityType.KynMapSeedPoint = 0x0000001B
,
EntityType.SegmentNode = 0x0000001C
,
EntityType.LBIOnly = 0x0000001D
,
EntityType.WorldBuilderOnly = 0x0000001E
} |