StaticObjectDesc: {
    _origin: string;
    attributes: Record<string, boolean>;
    category: number;
    displayName: string;
    life: number;
    typeName: string;
}

Type declaration

  • _origin: string
  • attributes: Record<string, boolean>
  • category: number
  • displayName: string
  • life: number
  • typeName: string

Example

{
* "life": 5,
* "_origin": "World War II AI Units by Eagle Dynamics",
* "category": 4,
* "displayName": "Barrel",
* "typeName": "Beer Bomb",
* "box": {
* "min": {
* "y": -0.036429971456528,
* "x": -0.47995102405548,
* "z": -0.55243939161301
* },
* "max": {
* "y": 1.066880106926,
* "x": 0.47995102405548,
* "z": 0.55087059736252
* }
* }
* }

Generated using TypeDoc