- Preparing search index...
- The search index is not available
Chess Bots 
 
Function loadShowfileFromBinary
 
- loadShowfileFromBinary(binary: Buffer | Uint8Array): null | { 
 $chessbots_show_schema_version: 4;
 audio: undefined | ({ data: Uint8Array; mimeType: string; });
 name: string;
 timeline: ({ startPoint: { type: "start_point"; id: string; target: { type: SplinePointType.StartPoint; point: { x: number; y: number; }; }; durationMs: number; }; remainingEvents: ({ type: "goto_point"; id: string; target: { ...; } | { ...; }; durationMs: number; } | { ...; } | { ...; })[]; })[];
 }
- 
Parameters
- 
binary: Buffer | Uint8Array
 
 Returns null | { 
 $chessbots_show_schema_version: 4;
 audio: undefined | ({ data: Uint8Array; mimeType: string; });
 name: string;
 timeline: ({ startPoint: { type: "start_point"; id: string; target: { type: SplinePointType.StartPoint; point: { x: number; y: number; }; }; durationMs: number; }; remainingEvents: ({ type: "goto_point"; id: string; target: { ...; } | { ...; }; durationMs: number; } | { ...; } | { ...; })[]; })[];
 }