Enum DFBlock.RdbTypes
RDB block types, derived from first letter of block name. RdbTypes.Start is a special case as this can only be derived from map data. The value is here in case you want to track start blocks.
Namespace: DaggerfallConnect
Assembly: Assembly-CSharp.dll
Syntax
public enum RdbTypes
Fields
| Name | Description |
|---|---|
| Border | Border block used to seal dungeon. |
| Mausoleum | Crypt block. |
| Normal | Normal block. |
| Quest | Used in main quest. |
| Start | Optional. Can be used when tracking start block. |
| Unknown | Rdb type is not defined. |
| Wet | Flooded block. |