| Name | Type | Description | Notes |
|---|---|---|---|
| armor | int | amount of armor remaining | [optional] |
| kills | int | kill count | [optional] |
| items | int | number of items picked up | [optional] |
| secrets | int | number of secret areas found | [optional] |
| weapon | int | 0=hands, 1=pistol etc | [optional] |
| key_cards | PlayerKeyCards | [optional] | |
| cheat_flags | PlayerCheatFlags | [optional] | |
| id | int | Identifier of this object | [optional] |
| position | Position1 | [optional] | |
| angle | int | Angle this object is pointing | [optional] |
| health | int | Health remaining | [optional] |
| type | str | Type of this object | [optional] |
| distance | int | Distance from player | [optional] |
| attacking | int | ID of the object this object is attacking | [optional] |
| flags | MapObjectFlags | [optional] |