MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / TextToInteger

Function TextToInteger

include/Functions.hpp:451–453  ·  view source on GitHub ↗

* Get integer value from text (negative values not supported) */

Source from the content-addressed store, hash-verified

449 * Get integer value from text (negative values not supported)
450 */
451RLCPP_MAYBEUNUSED RLCPPAPI inline int TextToInteger(const std::string& text) {
452 return ::TextToInteger(text.c_str());
453}
454
455/**
456 * Get float value from text

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected