Skip to content

Interface: IPatrolMock

Generic patrol mock data shape. Consumers (the engine) inject a registry of these via MockPatrol.setup.

Properties

points

ts
points: {
  flag?: number;
  gvid: number;
  lvid: number;
  name: string;
  position: MockVector;
}[];
NameType
flag?number
gvidnumber
lvidnumber
namestring
positionMockVector