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

    print()

  • Examples

    Player:
    {
    desc: "This is the player"
    var2: false

    Event: Enter_Room {
    print(getDesc);
    // Outputs "This is the player"

    print(var2)
    // Outputs "false"
    }
    }
  • Description

    Prints the parsed text to the console. print() is useful for analysing what the program does, and thus it is a useful tool for debugging.

    Anything can be converted to text, so if you for instance parse an object to print() it will print the instance name of that object to the console.
  • Syntax

    • print(text)

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

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