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

Sandbox.ModAPI.Ingame.IMyMessageProvider.HasPendingMessage

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

IndexNamespace IndexIMyMessageProvider

Summary

public bool HasPendingMessage { get; }

Determines whether there is a message pending to be accepted in this message provider or not. There may be multiple messages pending in single message provider. In such case the flag will stay raised until the last message is consumed.

Returns

bool

Clone this wiki locally