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

Function DefineEngineMethod

Engine/source/console/arrayObject.cpp:703–707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

701}
702
703DefineEngineMethod( ArrayObject, empty, void, (),,
704 "Emptys all elements from an array" )
705{
706 object->empty();
707}
708
709DefineEngineMethod( ArrayObject, uniqueValue, void, (),,
710 "Removes any elements that have duplicated values (leaving the first instance)" )

Callers 6

simObject.cppFile · 0.70
arrayObject.cppFile · 0.70
simSet.cppFile · 0.70
fileObject.cppFile · 0.50
streamObject.cppFile · 0.50
zipObject.cppFile · 0.50

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected