Beispiel #1
0
 public override string ToString()
 {
     return("num participants " + mNumParticipants + " viewed index " + mViewedParticipantIndex + " driver name " +
            StructHelper.getNameFromBytes(mParticipantData[mViewedParticipantIndex].mName) + " LF tyre " + StructHelper.getNameFromBytes(mLFTyreCompoundName));
 }
Beispiel #2
0
        public int     mCurrentSector;                         // [ enum (Type#4) Current Sector ]

        public override string ToString()
        {
            return("position " + mRacePosition + " name " + StructHelper.getNameFromBytes(mName).ToLower() + " lapsCompleted " + mLapsCompleted + " lapDist " + mCurrentLapDistance);
        }