Description
Creates HUD text visible to specific players at a specific location on the screen. This text will persist until destroyed. To obtain a reference to this text, use the Last Text ID value. This action will fail if too many text elements have been created.
Arguments
Name: VISIBLE TO
Description: One or more players who will see the HUD text.
Type:
- Player
- Array: Player
Default: ALL PLAYERS
Name: HEADER
Description: The text to be displayed (can be blank).
Type: Object
Default: CUSTOM STRINGName: SUBHEADER
Description: The subheader text to be displayed (can be blank).
Type: Object
Default: NULLName: TEXT
Description: The body text to be displayed (can be blank).
Type: Object
Default: NULLName: LOCATION
Description: The location on the screen where the text will appear.
Type: HudPosition
Default: LEFTName: SORT ORDER
Description: The sort order of the text relative to other text in the same location. Text with a higher sort order will come after text with a lower sort order.
Type: float
Default: 0Name: HEADER COLOR
Description: The color of the header text to be created. If a particular team is chosen, the text will be either red or blue, depending on whether the team is hostile to the viewer.
Type: Color
Default: COLORName: SUBHEADER COLOR
Description: The color of the subheader text to be created. If a particular team is chosen, the text will be either red or blue, depending on whether the team is hostile to the viewer.
Type: Color
Default: COLORName: TEXT COLOR
Description: The color of the text to be created. If a particular team is chosen, the text will be either red or blue, depending on whether the team is hostile to the viewer.
Type: Color
Default: COLORName: REEVALUATION
Description: Specifies which of this action's inputs will be continuously reevaluated. The text will keep asking for and using new values from reevaluated inputs.
Type: HudReeval
Default: VISIBLE TO AND STRINGName: NON-TEAM SPECTATORS
Description: Whether non-team spectators can see the text or not.
Type: SpecVisibility
Default: DEFAULT VISIBILITY