Background for Skyrim SE
Member of the JString script
intfunctionwrap(stringsourceText, intcharactersPerLine=60)NativeGlobal

Description

Documentation Comment

Breaks source text onto set of lines of almost equal size.
Returns JArray object containing lines.
Accepts ASCII and UTF-8 encoded strings only


Parameters

  1. stringsourceText

  2. intcharactersPerLine=60


Examples

Auto-Generated Example

string myString__sourceText
int myInt__charactersPerLine

int returnedValue = JString.wrap(myString__sourceText, myInt__charactersPerLine)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.