================ idDeclParticle::Save ================ */
| 658 | ================ |
| 659 | */ |
| 660 | bool 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 | ==================================================================================== |
nothing calls this directly
no test coverage detected