Difference between revisions of "ScriptEvent:chSetLineTextIndex"
From Mod Wiki
(No difference)
|
Latest revision as of 11:21, 5 November 2007
Parameters
integer index -- Index of the line to set text on. handle handle -- Handle of locStr to set on this line.
Result
None.
Supported By
idEntity
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.
Functionality
Sets the text for a specified crosshair info line.