Background for Skyrim SE
Member of the LibFire script
stringfunctionWrapString(stringasSource, intaiMaxLength)NativeGlobal

Description

Documentation String

Spell

Documentation Comment

Returns asSource wrapped to column aiMaxLength with lines delimited by newline character


Caveats


Parameters

stringasSource

intaiMaxLength


Examples

Auto-Generated Example

string myString__asSource
int myInt__aiMaxLength

string returnedValue = LibFire.WrapString(myString__asSource, myInt__aiMaxLength)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.