FunctionsChatRoomPublishActionChatRoomPublishAction CallableChatRoomPublishAction(C: Character, Action: string, PrevItem: Item, NextItem: Item): booleanPublishes common player actions (add, remove, swap) to the rest of the chatroom. Note that this will not update the server database, which requires either CharacterRefresh, ServerPlayerAppearanceSync or ChatRoomCharacterUpdate.ParametersC: CharacterCharacter on which the action is done.Action: stringAction modifierPrevItem: ItemThe item that has been removed.NextItem: ItemThe item that has been added.Returns booleanwhether we published anything to the chat.
Publishes common player actions (add, remove, swap) to the rest of the chatroom.
Note that this will not update the server database, which requires either CharacterRefresh, ServerPlayerAppearanceSync or ChatRoomCharacterUpdate.