character_cuf_profiles
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| guid | bigint | unsigned | PRI | NO | 0 | Character Guid | |
| id | tinyint | unsigned | PRI | NO | Profile Id (0-4) | ||
| name | varchar(12) | NO | Profile Name | ||||
| frameHeight | smallint | unsigned | NO | 0 | Profile Frame Height | ||
| frameWidth | smallint | unsigned | NO | 0 | Profile Frame Width | ||
| sortBy | tinyint | unsigned | NO | 0 | Frame Sort By | ||
| healthText | tinyint | unsigned | NO | 0 | Frame Health Text | ||
| boolOptions | int | unsigned | NO | 0 | Many Configurable Bool Options | ||
| topPoint | tinyint | unsigned | NO | 0 | Frame top alignment | ||
| bottomPoint | tinyint | unsigned | NO | 0 | Frame bottom alignment | ||
| leftPoint | tinyint | unsigned | NO | 0 | Frame left alignment | ||
| topOffset | smallint | unsigned | NO | 0 | Frame position offset from top | ||
| bottomOffset | smallint | unsigned | NO | 0 | Frame position offset from bottom | ||
| leftOffset | smallint | unsigned | NO | 0 | Frame position offset from left | ||
Description of fields
guid
- no description -
id
- no description -
name
- no description -
frameHeight
- no description -
frameWidth
- no description -
sortBy
- no description -
healthText
- no description -
boolOptions
- no description -
topPoint
- no description -
bottomPoint
- no description -
leftPoint
- no description -
topOffset
- no description -
bottomOffset
- no description -
leftOffset
- no description -
