Hoshimi
NPM
GuideAPI
Hoshimi
NPM
Guide
API

NodePlayerMoveOptions

API/Interfaces/NodePlayerMoveOptions
hoshimi/src/types/Node.d.ts

Signature

export interface NodePlayerMoveOptions

Properties

2
filterBymove

Methods

0

No methods.

Properties

filterBy#
filterBy?: NodeSortFilter;

The node sort type or a custom function to filter the nodes to move the players to when a node gets disconnected.

@type{NodeSortFilter | undefined}
move#
move?: boolean;

Whether to move the players to another node if the node gets disconnected.

@type{boolean}@defaultfalse