|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ctdp.rfdynhud.gamedata.ModInfo
public class ModInfo
Model of mod information
Constructor Summary | |
---|---|
ModInfo(ProfileInfo profileInfo)
Creates a new ModInfo instance. |
Method Summary | |
---|---|
int |
getMaxOpponents()
Gets the 'max opponents' setting from the mod's RFM. |
java.lang.String |
getName()
Gets the current mod's name. |
float |
getRaceDuration()
Gets the race duration in seconds. |
java.io.File |
getRFMFile()
Gets the mod's RFM file. |
java.lang.String[] |
getVehicleFilter()
Gets the vehicle filter. |
java.io.File |
getVehiclesFolder()
Gets the folder, where to search for .VEH files. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModInfo(ProfileInfo profileInfo)
profileInfo
- Method Detail |
---|
public final java.lang.String getName()
public final java.io.File getRFMFile()
public final java.lang.String[] getVehicleFilter()
public final java.io.File getVehiclesFolder()
public final int getMaxOpponents()
public final float getRaceDuration()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |