iniquity

A re-imagining of the iconic BBS software.

View on GitHub

Interface: IQArtworkRenderFunctions

core/artwork.IQArtworkRenderFunctions

Chainable functions returned by artwork render

Hierarchy

Table of contents

Methods

Methods

colorReset

colorReset(): void

Returns

void

Defined in

core/src/artwork.ts:377


gotoxy

gotoxy(x, y): void

Parameters

Name Type
x number
y number

Returns

void

Defined in

core/src/artwork.ts:376


pause

pause(): Promise<string>

Returns

Promise<string>

Defined in

core/src/artwork.ts:375