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

    += (add assign)

  • Examples

    Player:
    {
    var1: 11

    Event: Game_Start {
    var1 += 5
    // Assigns 16 as the new value of var1

    }
    }
  • Description

    Combines addition and assignment. Adds the assigned value to the current value of a property, or appends a string value or list with another string value or list respectively.
  • Syntax

    • variable += value
  • Related

    • = (assign)

    • + (addition)

    • ++ (increment)

    • -= (subtract assign)

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

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