iniquity

A re-imagining of the iconic BBS software.

View on GitHub

Class: PipeCodeProcessor

runtime/mci/codes/pipe-codes.PipeCodeProcessor

Table of contents

Constructors

Methods

Constructors

constructor

new PipeCodeProcessor()

Methods

getResetSequence

getResetSequence(): string

Returns

string

Defined in

core/src/mci/codes/pipe-codes.ts:178


process

process(text): string

Parameters

Name Type
text string

Returns

string

Defined in

core/src/mci/codes/pipe-codes.ts:138


processPipeCode

processPipeCode(code): null | PipeCodeResult

Parameters

Name Type
code string

Returns

null | PipeCodeResult

Defined in

core/src/mci/codes/pipe-codes.ts:101


reset

reset(): void

Returns

void

Defined in

core/src/mci/codes/pipe-codes.ts:171