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

    String

  • Name

    charAt()

  • Examples

    Player: {
    str: "abcdef"

    Event: Game_Start {
    print(str.charAt())
    // Output: a

    print(str.charAt(3))
    // Output: d
    }
    }
  • Description

    Returns the character at the index given by pos. If no index is given, the first character is returned instead.
  • Syntax

    • string.charAt()
    • string.charAt(pos)
  • Related

    • substr()

    • substring()

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

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