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

Function DefineEngineMethod

Engine/source/console/arrayObject.cpp:709–713  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

707}
708
709DefineEngineMethod( ArrayObject, empty, void, (),,
710 "Emptys all elements from an array" )
711{
712 object->empty();
713}
714
715DefineEngineMethod( ArrayObject, uniqueValue, void, (),,
716 "Removes any elements that have duplicated values (leaving the first instance)" )

Callers 1

arrayObject.cppFile · 0.70

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected