Background for Skyrim SE
Member of the clib script
stringfunctioncGetHexSubID(intdecForm, stringhexForm="", FormaForm=NONE)Global

Description

Documentation String

Requirements: None

Documentation Comment

Returns last 3 hex digits for light or 6 in regular. Input for this function assumes some prior
validation. FormIDs must be 'fully loaded' (e.g. hexForm must be 8 digits). Using aForm argument
requires that it be currently loaded but decForm || hexForm arguments does not


Caveats


Parameters

intdecForm

stringhexForm=""

FormaForm=NONE


Examples

Auto-Generated Example

int myInt__decForm
string myString__hexForm
Form myForm__aForm

string returnedValue = clib.cGetHexSubID(myInt__decForm, myString__hexForm, myForm__aForm)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.