Update for new sstreaming characteristics
This commit is contained in:
parent
0342f89133
commit
f9669c2d09
@ -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> */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user