Background for Skyrim SE
Member of the clib script
string[]functioncStringHexToArray(stringaString, booluseSKSE=true)Global

Description

Documentation String

Requirements: None, SKSE:Soft

Documentation Comment

Non-SKSE version only has to look through the 16 hex digits as opposed to all 69 ASCII chars


Caveats


Parameters

stringaString

booluseSKSE=true


Examples

Auto-Generated Example

string myString__aString
bool myBool__useSKSE

string[] returnedValue = clib.cStringHexToArray(myString__aString, myBool__useSKSE)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.