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

    • List

    • String

  • Name

    length

  • Examples

    Player: {
    list: [1,1,1,1]
    str: "abcde"

    Event: Game_Start {
    print(list.length)
    // Output: 4

    print(str.length)
    // Output: 5
    }
    }
  • Description

    For a list this property hold the number of entries in the list, while for a string this property holds the number of characters in the string.
  • Syntax

    • list.length
    • string.length

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

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