Skip to main content

DialogDrawItemMessage

Callable

  • DialogDrawItemMessage(C: Character, msg: string, item?: Item): void

  • Draw a single line of text with an optional item preview icon.

    This function is used when the character's group is somehow unavailable.


    Parameters

    • C: Character

      The character currently being interacted with

    • msg: string

      The explanation message to draw

    • optionalitem: Item

      The (optional) item in the currently selected group

    Returns void