GetLoadScreenTypeTextRGB

From GECK
Jump to: navigation, search


A function added by the Lutana NVSE plugin, now part of the JIP NVSE Plugin.

Description

Returns a stringmap with keys 'r', 'g', and 'b' containing the color values of text in a loading screen type form.

Syntax

[help]
(array) GetLoadScreenTypeTextRGB loadScreenType:baseform

Example

array_var arrColors
let arrColors := GetLoadScreenTypeTextRGB StandardLoadingTip
ar_Dump arrColors

Dumping Array #1 Refs: 1 Owner FF: [ b ] : 53.000000 [ g ] : 180.000000 [ r ] : 255.000000

See Also