MCPcopy 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
540unsigned int Object::Selected() {
541 return selected_;
542}
543
544void Object::SetRotationEuler(const vec3 &trans) {
545 rotation_euler_ = trans;

Callers 15

DrawMethod · 0.80
GetLastSelectedMethod · 0.80
ReturnSelectedMethod · 0.80
UnselectAllMethod · 0.80
DrawMethod · 0.80
lineCheckSelectedFunction · 0.80
DeleteSelectedMethod · 0.80
IsSomethingSelectedMethod · 0.80
HandleScrollSelectMethod · 0.80
CheckForSelectionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected