- Found in:
- cLib
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)