Class | Description |
---|---|
AircraftTools |
"AircraftTools" Class of the "SAS Common Utils"
This Class is used to provide helpers and missing functions for Aircrafts in IL-2 Sturmovik 1946.
|
BaseGameVersion |
"BaseGameVersion" Class of the "SAS Common Utils"
This Class is used to get the stock game version of the instance of IL-2 which is currently running.
|
CommonTools |
"CommonTools" Class of the "SAS Common Utils"
This Class is used to provide helper methods which don't fit into any other SAS Common Utils Category.
|
Conversion |
"Conversion" Class of the "SAS Common Utils"
This Class is used to provide different type conversions which are not available in Java 1.3 by default.
|
CrossVersion |
"CrossVersion" Class of the "SAS Common Utils"
This Class provides helper functions for Cross Version Compatible coding of IL-2 1946 mods.
|
FileTools |
"FileTools" Class of the "SAS Common Utils"
This Class is used to provide helper methods for File Handling.
|
FileTools.FileSizeRecord |
Class holding folder names, names and sizes of files found when calling the
getFileSizes method. |
HighPrecisionTimer |
"HighPrecisionTimer" Class of the "SAS Common Utils"
This Class is used to provide helper methods which can be used to measure time intervals of less than 1 millisecond.
|
Reflection |
"Reflection" Class of the "SAS Common Utils"
This Class is mainly used to gain access to fields and methods of other classes where the access modifier (private/protected/(none)/public) prohibits access to that field/method.
|
TrueRandom |
"TrueRandom" Class of the "SAS Common Utils"
This Class is used to provide "true" randomized numbers for IL-2 Sturmovik 1946, in opposite to the reproduceable "pseudo" random numbers being available in the stock game.
|