Duel creation options.
flags: OcgDuelMode | (bigint & { })
Duel flags
Team 1 settings.
Team 2 settings.
cardReader: (card: number) =>
Requests card infos for the given passcode.
scriptReader: (name: string) => Promise<string> | string
Requests the script contents for the given path.
optional
errorHandler: (type: OcgLogType,text: string,) => void
Handle script or core errors.