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

Method setStartPosition

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

Source from the content-addressed store, hash-verified

128
129
130 void setStartPosition(ax::Vec2 pos) { _startPosition = pos; }
131
132 void setStartPositionX(float x) { _startPosition.x = x; }
133

Callers 2

loadLevelMethod · 0.80
createFromStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected