MCPcopy Create free account
hub / github.com/carbonengine/trinity / PyGetLiveResources

Function PyGetLiveResources

trinity/Tr2RenderContext_Blue.cpp:389–394  ·  view source on GitHub ↗

-------------------------------------------------------------------------------------- Description: Returns all live AL resources as Python structure. Arguments: self - Python self reference (unused) args - Python call arguments (unused) Return value: Python dictionary describing live AL objects --------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

387// Python dictionary describing live AL objects
388// --------------------------------------------------------------------------------------
389PyObject* PyGetLiveResources( PyObject* /*self*/, PyObject* /*args*/ )
390{
391 result = PyDict_New();
392 DescribeDeviceResources( GetDesc );
393 return result;
394}
395}
396
397MAP_FUNCTION(

Callers

nothing calls this directly

Calls 1

DescribeDeviceResourcesFunction · 0.85

Tested by

no test coverage detected