GetSystemColorAlt

From GECK
Jump to: navigation, search


A function added by the JohnnyGuitar NVSE Plugin version 4.70.

Description

Returns specified system color to three variables passed as arguments, corresponding to R/G/B channels.

1	HUD - Main
2	HUD - Alt.
3	Terminal
4	Pip-Boy
5	Main/Pause Menu

Syntax

[help]
GetSystemColorAlt type:int{1-5} rOut:scriptVar gOut:scriptVar bOut:scriptVar

Example

int red
int green
int blue
GetSystemColorAlt 2 red green blue

See Also