Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WolfireGames/overgrowth
/ Selected
Method
Selected
Source/Objects/object.cpp:540–542 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
538
}
539
540
unsigned int Object::Selected() {
541
return selected_;
542
}
543
544
void Object::SetRotationEuler(const vec3 &trans) {
545
rotation_euler_ = trans;
Callers
15
Draw
Method · 0.80
GetLastSelected
Method · 0.80
ReturnSelected
Method · 0.80
UnselectAll
Method · 0.80
SendMessageToSelectedObjectsVAList
Function · 0.80
Draw
Method · 0.80
lineCheckSelected
Function · 0.80
HasSelectedDeletableParent
Function · 0.80
DeleteSelected
Method · 0.80
IsSomethingSelected
Method · 0.80
HandleScrollSelect
Method · 0.80
CheckForSelections
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected