GetCursorTrait

From GECK
Jump to: navigation, search


A function added by the SUP NVSE Plugin.

Description

Returns current trait value of game cursor.

Syntax

[help]
(fValue:float) GetCursorTrait iTrait:int

Traits

0 - Cursor Alpha;
1 - Cursor Width;
2 - Cursor Height;
3 - Cursor Red color;(Since V1.1)
4 - Cursor Green color;(Since V1.1)
5 - Cursor Blue color;(Since V1.1)

Example

set fValue to GetCursorTrait 0

See Also