MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / GetData

Method GetData

olcPixelGameEngine.h:2123–2126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2121 }
2122
2123 Pixel* Sprite::GetData()
2124 {
2125 return pColData.data();
2126 }
2127
2128
2129 olc::rcode Sprite::LoadFromFile(const std::string& sImageFile, olc::ResourcePack* pack)

Callers 8

DuplicateMethod · 0.80
ClearMethod · 0.80
UpdateTextureMethod · 0.80
ReadTextureMethod · 0.80
UpdateTextureFunction · 0.80
ReadTextureFunction · 0.80
OnBeforeUserCreateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected