Difference between revisions of "MIST messageRemove"

From DCS World Wiki - Hoggitworld.com
 
(No difference)

Latest revision as of 23:22, 13 April 2018


mist.message.remove

Added with: Mist 2.0
Description
Internal mist function called to remove a message.
Syntax
boolean mist.message.remove(table self )
Valid Input Values:
Return value:
boolean
Return example:
true
Usage Examples:
Notes:
This is an "internal" mist function used to automatically remove messages once the message display time has been reached. Its lone input value is only accessible within the mist.message class.
Related Functions
messageAdd, removeById, remove , msgMGRS, msgLL, msgBR, msgBRA, msgBullseye, msgLeadingLL, msgLeadingMGRS, msgLeadingBR

Scripting Engine

MIST Root Page