GetSystemColorAlt
From GECK
A function added by the JohnnyGuitar NVSE Plugin version 4.70.
Contents
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
GetSystemColorAlt type:int{1-5} rOut:scriptVar gOut:scriptVar bOut:scriptVar
Example
int red int green int blue GetSystemColorAlt 2 red green blue