ScriptEvent:chSetLineText
From Mod Wiki
Contents |
[edit]
Parameters
integer index -- Index of the line to set text on. wide string text -- Text to set on the line.
[edit]
Result
None.
[edit]
Supported By
idEntity
[edit]
Comments
- This is only valid within the OnUpdateCrosshairInfo function, if called outside of this, the game will crash.
- This line should be set to text mode using chSetLineType.
[edit]
Functionality
Sets the text for a specified crosshair info line.
