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

Method Sprite

olcPixelGameEngine.h:1988–1991  ·  view source on GitHub ↗

O------------------------------------------------------------------------------O | olc::Sprite IMPLEMENTATION | O------------------------------------------------------------------------------O

Source from the content-addressed store, hash-verified

1986 // | olc::Sprite IMPLEMENTATION |
1987 // O------------------------------------------------------------------------------O
1988 Sprite::Sprite()
1989 {
1990 width = 0; height = 0;
1991 }
1992
1993 Sprite::Sprite(const std::string& sImageFile, olc::ResourcePack* pack)
1994 {

Callers 15

SetDrawTargetMethod · 0.45
GetFontSpriteMethod · 0.45
DrawStringMethod · 0.45
DrawStringPropMethod · 0.45
adv_FlushLayerMethod · 0.45
FrameMethod · 0.45
OnAfterUserCreateMethod · 0.45
OnBeforeUserUpdateMethod · 0.45
DrawMethod · 0.45
OnBeforeUserCreateMethod · 0.45

Calls

no outgoing calls

Tested by 3

OnUserCreateMethod · 0.36
OnUserCreateMethod · 0.36
OnUserUpdateMethod · 0.36