ScriptEvent:chSetLineFraction
From Mod Wiki
Contents |
[edit]
Parameters
integer index -- Index of the line to set progress on. float fraction -- Progress to set, in the range 0 -> 1.
[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 bar mode using chSetLineType.
[edit]
Functionality
Sets the current progress fraction of the specified crosshair info line.
