BeginTextCommandIsMessageDisplayed
DocsBeginTextCommandIsMessageDisplayed(text)Description
nothin doin.
BOOL Message(char* text)
{
BEGIN_TEXT_COMMAND_IS_MESSAGE_DISPLAYED("STRING");
ADD_TEXT_COMPONENT_SUBSTRING_PLAYER_NAME(text);
return END_TEXT_COMMAND_IS_MESSAGE_DISPLAYED();
}Parameters
| Name | Type | Description |
|---|---|---|
text | char* | — |
Returns
voidThis native does not return a value.