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

Method getAltitudes

Engine/source/afx/afxConstraint.cpp:1948–1955  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1946}
1947
1948bool afxEffectConstraint::getAltitudes(F32& terrain_alt, F32& interior_alt)
1949{
1950 if (!mEffect)
1951 return false;
1952
1953 mEffect->getAltitudes(terrain_alt, interior_alt);
1954 return true;
1955}
1956
1957void afxEffectConstraint::set(afxEffectWrapper* effect)
1958{

Callers 1

updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected