Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

TextGenerator.GetLines

GetLines(lines: UILineInfo[]): int;
int GetLines(UILineInfo[] lines);
def GetLines(lines as UILineInfo[]) as int

Parameters

linesArray to populate.

Description

Populate the given array with UILineInfo.

Returns the number populated. Population will be the minimum of the array argument and the generated count.