MCPcopy Create free account
hub / github.com/EasyRPG/Player / SetZ

Method SetZ

src/drawable.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void Drawable::SetZ(Z_t nz) {
27 if (_z != nz) DrawableMgr::OnUpdateZ(this);
28 _z = nz;
29}
30
31Drawable::Z_t Drawable::GetPriorityForMapLayer(int which) {
32 Z_t layer = 0;

Callers 15

MakeBorderSpriteMethod · 0.80
MakeArrowSpriteMethod · 0.80
CreateHelpWindowMethod · 0.80
StartMethod · 0.80
SetupSystem2GraphicsMethod · 0.80
DrawFloatTextMethod · 0.80
RecreateSpWindowMethod · 0.80
SetAnimationStateMethod · 0.80
ResetZMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected