Point message: Difference between revisions
Jump to navigation
Jump to search
Bug:Does not function in
,
and
. [todo tested in ?]
(Updated) |
Gatelych83 (talk | contribs) mNo edit summary |
||
Line 9: | Line 9: | ||
== Keyvalues == | == Keyvalues == | ||
{{KV|Entity Message|string|Message to show at this point.}} | {{KV|Entity Message (message)|string|Message to show at this point.}} | ||
{{KV|Show message radius|integer|Distance the player must be within to see this message.}} | {{KV|Show message radius (radius)|integer|Distance the player must be within to see this message.}} | ||
{{KV|Developer Only?|boolean|If set, this message will only be visible when [[developer]] mode is on.}} | {{KV|Developer Only? (developeronly)|boolean|If set, this message will only be visible when [[developer]] mode is on.}} | ||
{{KV BaseEntity}} | {{KV BaseEntity}} | ||
Revision as of 14:30, 21 December 2019

Template:Base point It displays a text message in the world, at its origin.




Keyvalues
- Show message radius (radius) ([todo internal name (i)]) <integer>
- Distance the player must be within to see this message.
- Developer Only? (developeronly) ([todo internal name (i)]) <boolean>
- If set, this message will only be visible when developer mode is on.
Flags
- 1 : Start Disabled
Inputs
- Enable
- Start displaying the message text, if the player is within the message radius.
- Disable
- Stop displaying the message text.
Outputs
See also
- game_text - A similar entity that displays a custom message directly on the player screen.
- game_text_tf -
only. A similar entity that displays a custom HUD message on a team's screen.