Skip to main content
The Deno 2 Release Candidate is here
Learn more
method DialogueController.prototype.getDialogueUsers
import { DialogueController } from "https://deno.land/x/sptaki@1.2.0/controllers/mod.ts";

Get the users involved in a dialog (player + other party)

Parameters

dialog: Dialogue

The dialog to check for users

messageType: MessageType

What type of message is being sent

sessionID: string

Player id

Returns

IUserDialogInfo array