Skip to content

MessageMapEntry#

Refers to a single entry within the MessageMap More...

import Script

Properties#

Name
bool isValid
string name
list<RangeMark> parameters
RangeMark range

Detailed Description#

A MessageMapEntry is a single entry within the MessageMap. It contains the name of the message as well as the list of parameters.

Property Documentation#

bool isValid#

Whether the struct refers to a real entry. Possible reasons why a MessageMapEntry might not be valid: - The entry was default-constructed. - The document this entry refers to no longer exists.

Please note that an entry that has been deleted may still be valid, but all its ranges will be empty.

string name#

The name of the entry.

list<RangeMark> parameters#

A list of RangeMark instances referring to each parameter of the entry.

RangeMark range#

The range of the entire message call, including parameters. Use this to select & delete this message from the MESSAGE_MAP entirely.