Background for Skyrim SE
Member of the clib script
intfunctioncStringLength(stringaString, booluseSKSE=true)Global

Description

Documentation String

Requirements: None, SKSE:Soft

Documentation Comment

Because the entire string must be parsed to calculate the size it is recommended to combine string handling
functions if possible. Non-SKSE max length 128
thank you cadpnq for the suggestion that made the non-SKSE version possible!


Caveats


Parameters

stringaString

booluseSKSE=true


Examples

Auto-Generated Example

string myString__aString
bool myBool__useSKSE

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