- Found in:
- cLib
Description
Documentation String
Requirements: None, SKSE:Soft
Documentation Comment
thank you cadpnq for the suggestion that made the non-SKSE version possible!
Caveats
Parameters
stringaString
intn
booluseSKSE=true
Examples
Auto-Generated Example
string myString__aString
int myInt__n
bool myBool__useSKSE
string returnedValue = clib.cStringGetNthChar(myString__aString, myInt__n, myBool__useSKSE)