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

    List

  • Name

    join()

  • Examples

    Player: {
    list: [1,2,3]

    Event: Game_Start {
    print(list.join())
    // Output: 123

    print(list.join(":"))
    // Output: 1:2:3
    }
    }
  • Description

    Combines the list into a string. If a substring is given by joinElement, then every entry in the list will be combined with the substring in between.
  • Syntax

    • list.join()
    • list.join(joinElement)
  • Related

    • join()

    • String

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

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