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

    null

  • Examples

    Player: {
    desc: null

    Event: "Examine {

    if (getDesc())
    display(getDesc())
    // Displays the player description if it is not null
    else
    display("This is you");
    // Otherwise it displays this text instead
    }
    }
  • Description

    null is the default value of an unassigned properties, and null can also be assigned to any property. Some functions and methods will return null if the returned value was undefined. In an if statement null is considered the equal to false.
  • Related

    • false

    • ! (not)

    • != (not equal to)

    • == (equal to)

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

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