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

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

intnumChars

booluseSKSE=true


Examples

Auto-Generated Example

string myString__aString
int myInt__numChars
bool myBool__useSKSE

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