AINE: Accelerated Interactive Narrator Engine
  • Download
  • References
  • Games
  • Wiki
  • Facebook Twitter
  • Name

    displayImage()

  • Examples

    Player:
    {
    image: "img_player"
    desc: "This is the player"

    Event: "Examine" {
    display(this)
    // Displays player image together with player description

    displayImage(this)
    // Displays only the player image

    displayImage("img_player")
    // Displays the same image as player image
    }
    }
  • Description

    An altered version of display(), which only takes one argument. If an object is parsed to it will display the image of that object, otherwise it will display the parsed image.

    displayImage() is useful for when you only want to display an image without any text.
  • Syntax

    • displayImage(image)
  • Related

    • <Image>

    • endGame()

    • display()

    • displaySpeech()

  • Contact
  • Terms of Use
  • GitHub
  • Drakkashi.com

The copyright of all images rendered by me goes to their respective owners.
© 2008 Daniel Svejstrup Christensen