MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / getDontTransform

Method getDontTransform

Source/GameObject.h:260–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258 void createAndAddParticle(const char* particle, int a3);
259
260 bool getDontTransform() { return _dontTransform; }
261
262 void setDontTransform(bool v) { _dontTransform = v; }
263

Callers 1

updateVisibilityMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected