- Found in:
- cLib
Description
Documentation String
Requirements: None, SKSE:Soft
Documentation Comment
rewritten to allow charToTrim to be longer than one char in SKSE version only! One char only in non-SKSE
thank you cadpnq for the suggestion that made the non-SKSE version possible!
Caveats
Parameters
stringaString
stringcharToTrim=""
booluseSKSE=true
Examples
Auto-Generated Example
string myString__aString
string myString__charToTrim
bool myBool__useSKSE
string returnedValue = clib.cStringTrimRight(myString__aString, myString__charToTrim, myBool__useSKSE)