MCPcopy Create free account
hub / github.com/EasyRPG/Player / ~Drawable

Method ~Drawable

src/drawable.cpp:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20#include "drawable_mgr.h"
21
22Drawable::~Drawable() {
23 DrawableMgr::Remove(this);
24}
25
26void Drawable::SetZ(Z_t nz) {
27 if (_z != nz) DrawableMgr::OnUpdateZ(this);

Callers

nothing calls this directly

Calls 1

RemoveFunction · 0.85

Tested by

no test coverage detected