iniquity

A re-imagining of the iconic BBS software.

View on GitHub

Interface: IBBSSayFunctions

Core.IBBSSayFunctions

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:268


pause

pause(options?): void

Parameters

Name Type Description
options? IQPauseOptions IQPauseOptions

Returns

void

Defined in

core/src/index.ts:266


wait

wait(options?): void

Parameters

Name Type
options? number | IQWaitOptions

Returns

void

Defined in

core/src/index.ts:267