MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / pushObjectToBack

Method pushObjectToBack

Engine/source/console/simSet.h:200–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198
199 void bringObjectToFront(SimObject* obj) { reOrder(obj, front()); }
200 void pushObjectToBack(SimObject* obj) { reOrder(obj, NULL); }
201
202 /// Performs a sort of the objects in the set using a script
203 /// callback function to do the comparison.

Callers 5

simSet.cppFile · 0.80
selectWindowMethod · 0.80
bringToFrontMethod · 0.80
inspectGroupMethod · 0.80
selectWindowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected