Skip to main content

B1MobileMessageList

  • A full conversation thread between the player and another entity, storing all messages and response state.
    * Tracks send table usage, the last pool ID, pre-picked answers, cooldown timers, and custom response data.
PropertyTypeDescriptionMetadata
MobileMessageListTArrayOrdered array of all mobile messages in this conversation thread.
bLastChatUsingSendTableboolWhether the most recent chat in this thread was initiated using a send table.
LastMessagePoolIdFNameID of the message pool from which the last message in this thread was selected.
PrePickedAnswerStrIdMapTMapPre-selected answer data per response type, used to show the response UI before the player sends the message.
SendResponseFB1MobileMessageSendDataCurrently active send response data for the pending player-initiated message.
ResponseTimerFB1TimeTaskIdHandle to the active response timeout timer task for this conversation thread.
CustomResponseFB1MobileMessageCustomResponseCustom response data for the currently pending custom message in this thread.
SentOnceMessageListFB1SentOnceMessageListList tracking which send-once messages have already been sent in this thread.