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

    . (dot)

  • Examples

    Item: playerItem

    Player: player {
    // Before the game starts, the playerItem object is renamed "Sword" and given to the player object

    Event: Game_Start {
    this.name = "Sword"
    // Dot used to write a new value to an object property.
    playerItem.moveTo(this)
    // Dot used to access an object method.
    }
    }
  • Description

    Used to access methods and properties of an object. It is also used in writing decimal numbers.
  • Syntax

    • object.method()
    • object.property

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

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