Skip to main content

ExtendedItemCustomExit

Callable


  • Helper publish + exit function for creating custom buttons whose clicks exit the dialog menu.

    If exiting the dialog menu is undesirable then something akin to the following example should be used instead:

    @example
    if (ServerPlayerIsInChatRoom()) {
    ChatRoomPublishCustomAction(Name, false, Dictionary);
    }

    Parameters

    • Name: string

      Tag of the action to send

    • Dictionary: ChatMessageDictionary = null

      Dictionary of tags and data to send to the room (if any).

    Returns void

    Nothing