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

Method pushObjectToBack

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

Source from the content-addressed store, hash-verified

197
198 void bringObjectToFront(SimObject* obj) { reOrder(obj, front()); }
199 void pushObjectToBack(SimObject* obj) { reOrder(obj, NULL); }
200
201 /// Performs a sort of the objects in the set using a script
202 /// 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