Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Sandbox.ModAPI.Ingame.IMyMessageProvider.AcceptMessage

Morten Aune Lyrstad edited this page Jun 28, 2020 · 3 revisions

IndexNamespace IndexIMyMessageProvider

Summary

public MyIGCMessage AcceptMessage()

Accepts first message from pending message queue for this message provider. Messages are guaranteed to be dequeued and returned by this method in order they arrived.

Returns

MyIGCMessage

First message from pending message queue, default( MyIGCMessage ) if there are no messages pending to be accepted.

Clone this wiki locally