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

Method _addKeyFromField

Engine/source/console/arrayObject.cpp:149–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147//-----------------------------------------------------------------------------
148
149bool ArrayObject::_addKeyFromField( void *object, const char *index, const char *data )
150{
151 static_cast<ArrayObject*>( object )->push_back( index, data );
152 return false;
153}
154
155//-----------------------------------------------------------------------------
156

Callers

nothing calls this directly

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected