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

    -= (subtract assign)

  • Examples

    Player:
    {
    var1: 6

    Event: Game_Start {
    var1 -= 3
    // Assigns 3 as the new value of var1

    }
    }
  • Description

    Combines subtraction and assignment. Subtracts the assigned value from the current value of a property.
  • Syntax

    • variable -= value
  • Related

    • = (assign)

    • - (minus)

    • -- (decrement)

    • += (add 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