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

Method getGameObjectType

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

Source from the content-addressed store, hash-verified

223 ax::Rect getInnerBounds() { return _pInnerBounds; }
224
225 GameObjectType getGameObjectType() { return _pObjectType; }
226
227 void setGameObjectType(GameObjectType value) { _pObjectType = value; }
228

Callers 7

loadLevelMethod · 0.80
applyEnterEffectMethod · 0.80
updateVisibilityMethod · 0.80
checkCollisionsMethod · 0.80
ringJumpMethod · 0.80
checkSnapJumpToObjectMethod · 0.80
createFromStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected