The "sys_log_init" Function
#
SyntaxArgument | Type | Description |
---|---|---|
entity | integer | The data structure of the text entity to process |
index | integer | The index of the row containing the target entity |
linebreak | real | The width in pixels before text is wrapped into a new line |
font | font | The font to process text in, where fnt_default is default |
#
DescriptionProcesses a string of text for the backlog and calculates dimensions on initialization. Also returns the final surface created for further processing.
As this script is run automatically by the backlog, it is almost never necessary to run sys_log_init
manually.