Skip to main content

The "sys_log_perform" Function

Syntax#

sys_log_perform(entity, index, font, color);
ArgumentTypeDescription
entityintegerThe data structure of the entity for which to perform text
indexintegerThe index of the row containing the target entity ID
fontfontOverride font to draw backlog text in (optional, use keyword 'inherit' to disable)
colorcolorOverride color to draw backlog text in (optional, use keyword 'inherit' to disable)

Description#

Renders text which has been pre-processed with sys_log_init to a surface which can then be drawn to the backlog.