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

Function PySaveAsync

trinity/Resources/TriTextureRes_Blue.cpp:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123static PyObject* PySaveAsync( PyObject* self, PyObject* args )
124{
125 return PythonSave( self, args, true );
126}
127
128static PyObject* PySave( PyObject* self, PyObject* args )
129{

Callers

nothing calls this directly

Calls 1

PythonSaveFunction · 0.70

Tested by

no test coverage detected