- Found in:
- cLib
Description
Documentation String
Requirements None, SKSE:Soft
Caveats
Parameters
stringaString
intstartChar
intnumChars=0
booluseSKSE=true
Examples
Auto-Generated Example
string myString__aString
int myInt__startChar
int myInt__numChars
bool myBool__useSKSE
string returnedValue = clib.cStringSubString(myString__aString, myInt__startChar, myInt__numChars, myBool__useSKSE)