MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / doGet

Method doGet

OgreMain/src/OgreParticleSystem.cpp:1491–1495  ·  view source on GitHub ↗

-----------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1489 }
1490 //-----------------------------------------------------------------------
1491 String ParticleSystem::CmdCull::doGet( const void *target ) const
1492 {
1493 return StringConverter::toString(
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(

Callers

nothing calls this directly

Calls 7

getParticleQuotaMethod · 0.80
getSortingEnabledMethod · 0.80
toStringFunction · 0.70
getCullIndividuallyMethod · 0.45
getDefaultHeightMethod · 0.45
getDefaultWidthMethod · 0.45

Tested by

no test coverage detected