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

    /= (divide assign)

  • Examples

    Player:
    {
    var1: 14

    Event: Game_Start {
    player.var1 /= 2
    // Assigns 7 as the new value of var1

    }
    }
  • Description

    Combines division and assignment. Sets the value of a property to the current value divided by the assigned value.
  • Syntax

    • variable /= value
  • Related

    • = (assign)

    • / (divide)

    • *= (multiply 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