MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / Save

Method Save

neo/framework/DeclParticle.cpp:660–667  ·  view source on GitHub ↗

================ idDeclParticle::Save ================ */

Source from the content-addressed store, hash-verified

658================
659*/
660bool idDeclParticle::Save( const char *fileName ) {
661 RebuildTextSource();
662 if ( fileName ) {
663 declManager->CreateNewDecl( DECL_PARTICLE, GetName(), fileName );
664 }
665 ReplaceSourceFileText();
666 return true;
667}
668
669/*
670====================================================================================

Callers

nothing calls this directly

Calls 1

CreateNewDeclMethod · 0.80

Tested by

no test coverage detected