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


process

process(text): string

Parameters

Name Type
text string

Returns

string

Defined in

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


processPipeCode

processPipeCode(code): null | PipeCodeResult

Parameters

Name Type
code string

Returns

null | PipeCodeResult

Defined in

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


reset

reset(): void

Returns

void

Defined in

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