ExtendedItemCustomExit
Callable
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
if (ServerPlayerIsInChatRoom()) {ChatRoomPublishCustomAction(Name, false, Dictionary);}
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: