Poll the next message from the processing queue of this connection.
Synopsis
Declared in <net.h>
[[requires_capability(0x7fbc93158ff8), requires_capability(0x7fbc92ea0888), requires_capability(0x7fbc86f8b0b8), requires_capability(0x7fbc96fc0e18), requires_capability(0x7fbc8fa75a38), requires_capability(0x7fbcaf687ad8), requires_capability(0x7fbc9f562048), requires_capability(0x7fbca705d9d8), requires_capability(0x7fbc922a2da8), requires_capability(0x7fbcaf849b18), requires_capability(0x7fbc9f18a048)]]
std::optional<std::pair<CNetMessage, bool>>
PollMessage();
Description
Returns std::nullopt if the processing queue is empty, or a pair consisting of the message and a bool that indicates if the processing queue has more entries.
Return Value
the next message and whether more remain, or std::nullopt if the queue is empty.
Created with MrDocs