Function log

  • Log formatted message in game console and log file. Resulting message looks like "[LUA] %s", where message is provided text parameter.

    Note: text length is limited and supplying too long value will crash the game. todo: check exact limit.

    Parameters

    • this: void
    • text: string

      string to print

    Returns void

Generated using TypeDoc