Update for new sstreaming characteristics

This commit is contained in:
Alayan-stk-2
2018-04-12 21:17:37 +02:00
committed by GitHub
parent 0342f89133
commit f9669c2d09

View File

@@ -1042,6 +1042,12 @@ float KartProperties::getSlipstreamDuration() const
return m_cached_characteristic->getSlipstreamDuration();
} // getSlipstreamDuration
// ----------------------------------------------------------------------------
float KartProperties::getSlipstreamBaseSpeed() const
{
return m_cached_characteristic->getSlipstreamBaseSpeed();
} // getSlipstreamBaseSpeed
// ----------------------------------------------------------------------------
float KartProperties::getSlipstreamLength() const
{
@@ -1054,6 +1060,12 @@ float KartProperties::getSlipstreamWidth() const
return m_cached_characteristic->getSlipstreamWidth();
} // getSlipstreamWidth
// ----------------------------------------------------------------------------
float KartProperties::getSlipstreamInnerFactor() const
{
return m_cached_characteristic->getSlipstreamInnerFactor();
} // getSlipstreamInnerFactor
// ----------------------------------------------------------------------------
float KartProperties::getSlipstreamCollectTime() const
{
@@ -1199,4 +1211,3 @@ bool KartProperties::getSkidEnabled() const
} // getSkidEnabled
/* <characteristics-end kpgetter> */