iniquity

A re-imagining of the iconic BBS software.

View on GitHub

Interface: IBBSPrintFunctions

Core.IBBSPrintFunctions

Table of contents

Methods

Methods

gotoxy

gotoxy(x, y): void

Parameters

Name Type
x number
y number

Returns

void

Defined in

core/src/index.ts:277


pause

pause(options?): void

see IQPauseOptions

Parameters

Name Type
options? IQPauseOptions

Returns

void

Defined in

core/src/index.ts:275


wait

wait(options?): void

Parameters

Name Type
options? number | IQWaitOptions

Returns

void

Defined in

core/src/index.ts:276