MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / GetPropertyInteger

Method GetPropertyInteger

Engine/lib/assimp/code/Common/Exporter.cpp:631–633  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------------ Get a configuration property

Source from the content-addressed store, hash-verified

629// ------------------------------------------------------------------------------------------------
630// Get a configuration property
631int ExportProperties::GetPropertyInteger(const char* szName, int iErrorReturn /*= 0xffffffff*/) const {
632 return GetGenericProperty<int>(mIntProperties,szName,iErrorReturn);
633}
634
635// ------------------------------------------------------------------------------------------------
636// Get a configuration property

Callers 15

SetupPropertiesMethod · 0.45
SetupPropertiesMethod · 0.45
SetupPropertiesMethod · 0.45
ExportMeshesMethod · 0.45
SetupPropertiesMethod · 0.45
SetupPropertiesMethod · 0.45
SetupPropertiesMethod · 0.45
SetupPropertiesMethod · 0.45
SetupPropertiesMethod · 0.45
SetupPropertiesMethod · 0.45
SetupPropertiesMethod · 0.45
SetupPropertiesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected