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

    Number

  • Examples

    Player:{
    n1: 10
    n2: 1.22
    n3: 5012
    n4: 0

    Event: Game_Start {
    n4 = n3*200
    n3 *= 2

    print(n1)
    print(n2)
    print(n3)
    print(n4)

    /*
    Output:
    10
    1.22
    10024
    1002400
    */
    }
    }
  • Description

    Number is a primitive data type which represent any sort of numerical value. Object properties can hold Numbers.
  • Related

    • abs()

    • ceil()

    • floor()

    • pow()

    • rand()

    • round()

    • sqrt()

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

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