Due to the recent resurgence of spam, we have temporarily disabled user creation and page editing/creation as we resolve the issue.
Difference between revisions of "Message"
From Snapwiki
(Created page with "== Message == The Message object is used to send messages directly to a player's HUD. {| class="wikitable" style="width: 60%;" !'''INPUTS''' |} ;Show: Show the Message. Hid...") |
|||
Line 3: | Line 3: | ||
The Message object is used to send messages directly to a player's HUD. | The Message object is used to send messages directly to a player's HUD. | ||
− | {| class="wikitable" | + | == Details == |
− | + | {| class="wikitable" | |
+ | |- | ||
+ | |[[File:Message.PNG]]|| | ||
+ | '''Object''': Message | ||
+ | |||
+ | '''Category''': Communication | ||
+ | |||
|} | |} | ||
− | ; | + | == Inputs == |
+ | {| class="wikitable" style="width:60%;" | ||
+ | !colspan="3"|'''INPUTS''' | ||
+ | |- | ||
+ | |[[File:.png|64px|link=Input:Show]]||'''Show'''||Show the Message. Hides itself automatically using the Message Duration property. | ||
+ | |} | ||
− | {| class="wikitable" style="width: 60%;" | + | |
− | !'''OUTPUTS''' | + | == Outputs == |
+ | {| class="wikitable" style="width:60%;" | ||
+ | !colspan="3"|'''OUTPUTS''' | ||
+ | |- | ||
+ | |[[File:.png|64px|link=Output:On Message Finished]]||'''On Message Finished'''||When the message has finished, send a signal. The activator is unchanged from the input signal. | ||
|} | |} | ||
− | ; | + | == Properties == |
+ | {| class="wikitable" style="width: 60%;" | ||
+ | !colspan="3"|'''PROPERTIES''' | ||
+ | |- | ||
+ | |'''Property'''||'''Type'''||'''Description''' | ||
+ | |- | ||
+ | |'''Name'''||String||The name of this object. Rename an object to make it easy to identify. | ||
+ | |- | ||
+ | |'''Message'''||String||The message to display. | ||
+ | |- | ||
+ | |'''Message Duration'''||Number||The number of seconds that the message will be displayed. | ||
+ | |} |
Revision as of 2016-06-03T14:44:24
Contents
Message
The Message object is used to send messages directly to a player's HUD.
Details
Object: Message Category: Communication |
Inputs
INPUTS | ||
---|---|---|
64px | Show | Show the Message. Hides itself automatically using the Message Duration property. |
Outputs
OUTPUTS | ||
---|---|---|
64px | On Message Finished | When the message has finished, send a signal. The activator is unchanged from the input signal. |
Properties
PROPERTIES | ||
---|---|---|
Property | Type | Description |
Name | String | The name of this object. Rename an object to make it easy to identify. |
Message | String | The message to display. |
Message Duration | Number | The number of seconds that the message will be displayed. |