MCPcopy Create free account
hub / github.com/ThePhD/sol2 / GetX

Method GetX

tests/run_time/source/usertypes.constructors.cpp:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 float x, y, z;
113
114 float GetX() {
115 return x;
116 }
117
118 void SetX(float new_x) {
119 x = new_x;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected