------------------------------------------------------------------------------------------------ Get a configuration property
| 633 | // ------------------------------------------------------------------------------------------------ |
| 634 | // Get a configuration property |
| 635 | ai_real ExportProperties::GetPropertyFloat(const char* szName, ai_real iErrorReturn /*= 10e10*/) const { |
| 636 | return GetGenericProperty<ai_real>(mFloatProperties,szName,iErrorReturn); |
| 637 | } |
| 638 | |
| 639 | // ------------------------------------------------------------------------------------------------ |
| 640 | // Get a configuration property |
no outgoing calls
no test coverage detected