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

Method getStartPosition

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

Source from the content-addressed store, hash-verified

134 void setStartPositionY(float y) { _startPosition.y = y; }
135
136 ax::Vec2 getStartPosition() { return _startPosition; }
137
138 float getStartPositionX() { return _startPosition.x; }
139

Callers 1

applyEnterEffectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected