export abstract Class
Auxiliary ​
extends ​
Piece<AuxiliaryMeta>
Constructor ​
ts
new Auxiliary( context_piece, context_metadata )| Parameter | Type | Description |
|---|---|---|
context_piece | PieceContext | |
context_metadata | AuxiliaryMeta |
Properties ​
get enabled : boolean ​
readonly client : Client ​
name? : string ​
registry : AuxiliariesRegistry ​
Methods ​
load( ...args ) ​
| Parameter | Type | Description |
|---|---|---|
...args | unknown[] |
Returns:
void
onLoad( ) ​
Returns:
undefined