Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Duplicate
Method · 0.80
Clear
Method · 0.80
UpdateTexture
Method · 0.80
ReadTexture
Method · 0.80
olcPixelGameEngine.h
File · 0.80
UpdateTexture
Function · 0.80
ReadTexture
Function · 0.80
OnBeforeUserCreate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected