Struct ark_api::behavior_controller::OutgoingMessages
source · pub struct OutgoingMessages { /* private fields */ }Expand description
Collection of outgoing messages returned from BehaviorController::instances_handle_messages
Individual messages can be iterated through with OutgoingMessages::iter
Implementations§
source§impl OutgoingMessages
impl OutgoingMessages
sourcepub fn iter(&self) -> OutgoingMessagesIter<'_> ⓘ
pub fn iter(&self) -> OutgoingMessagesIter<'_> ⓘ
Returns an iterator over the outgoing messages