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

Method push_front

Engine/source/console/arrayObject.cpp:302–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300//-----------------------------------------------------------------------------
301
302void ArrayObject::push_front( const String &key, const String &value )
303{
304 mArray.push_front( Element( key, value ) );
305}
306
307//-----------------------------------------------------------------------------
308

Callers 3

arrayObject.cppFile · 0.45
getCommonParentMethod · 0.45

Calls 1

ElementClass · 0.70

Tested by

no test coverage detected