B1MobileMessageCooltimeMap
- Stores cooldown maps for mobile messages, message pools, and send messages.
* Tracks per-ID cooldown expiry times in in-game minutes to prevent premature re-sending.
| Property | Type | Description | Metadata |
|---|---|---|---|
| MobileMessageCooltimeMap | TMap | Map from custom message ID to the in-game minute timestamp when its cooldown expires. | |
| MobileMessagePoolCooltimeMap | TMap | Map from message pool ID to the in-game minute timestamp when its cooldown expires. | |
| SendMessageCooltimeMap | TMap | Map from send message ID to the in-game minute timestamp when its cooldown expires. |