Skip to contents

Get integer value from text.

Usage

text_to_integer(text)

Arguments

text

A string.

Value

An integer

Note

This function has been auto-generated from the following Raylib function definition:

int TextToInteger(const char * text);

Examples

if (FALSE) {
text_to_integer("Hello")
}