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

Method Image LoadImageAnim

include/Functions.hpp:223–225  ·  view source on GitHub ↗

* Load animated image data */

Source from the content-addressed store, hash-verified

221 * Load animated image data
222 */
223RLCPP_MAYBEUNUSED RLCPPAPI inline ::Image LoadImageAnim(const std::string& fileName, int* frames) {
224 return ::LoadImageAnim(fileName.c_str(), frames);
225}
226
227/**
228 * Load image from memory buffer, fileType refers to extension like "png"

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected