Functions: Parse_Integer Function - Wynntils/Wynntils GitHub Wiki

Parse_Integer function

Aliases

  • PARSE_INT

Description

Returns the string parsed into a integer.

Arguments

This function has 1 required argument.

  • value (String) → The String to be parsed

Schematics

PARSE_INTEGER(<value>) → (Integer)

Example

PARSE_INTEGER("55")  55
⚠️ **GitHub.com Fallback** ⚠️