| 1494 | static_cast<const ParticleSystem *>( target )->getCullIndividually() ); |
| 1495 | } |
| 1496 | void ParticleSystem::CmdCull::doSet( void *target, const String &val ) |
| 1497 | { |
| 1498 | static_cast<ParticleSystem *>( target )->setCullIndividually( |
| 1499 | StringConverter::parseBool( val ) ); |
| 1500 | } |
| 1501 | //----------------------------------------------------------------------- |
| 1502 | String ParticleSystem::CmdHeight::doGet( const void *target ) const |
| 1503 | { |
nothing calls this directly
no test coverage detected