Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThePhD/sol2
/ SetX
Method
SetX
tests/run_time/source/usertypes.constructors.cpp:118–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
}
117
118
void SetX(float new_x) {
119
x = new_x;
120
}
121
122
vector3& operator+=(const vector3& _vector2);
123
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected