iniquity

A re-imagining of the iconic BBS software.

View on GitHub

Interface: IQArtworkRenderFunctions

Core.IQArtworkRenderFunctions

Additional functions exported by render

function pause What pause does.

function colorReset Resets the current lines screen color back to normal.

Table of contents

Methods

Methods

colorReset

colorReset(): void

Resets the screen color

Returns

void

Defined in

core/src/index.ts:234


cursor

cursor(x, y): void

Parameters

Name Type
x number
y number

Returns

void

Defined in

core/src/index.ts:238


gotoxy

gotoxy(x, y): void

Parameters

Name Type
x number
y number

Returns

void

Defined in

core/src/index.ts:236


pause

pause(options?): void

see IQPauseOptions

Parameters

Name Type
options? IQPauseOptions

Returns

void

Defined in

core/src/index.ts:230


prompt

prompt(x, y, text?): void

Parameters

Name Type
x number
y number
text? string

Returns

void

Defined in

core/src/index.ts:237