Skip navigation links
A B C D E F G H I L M N R S T U W 

S

SELECTOR_INFO_COPYRIGHT - Static variable in class com.maddox.sas1946.il2.util.BaseGameVersion
This Parameter is used by the selectorInfo method.
SELECTOR_INFO_FILE_VERSION - Static variable in class com.maddox.sas1946.il2.util.BaseGameVersion
This Parameter is used by the selectorInfo method.
SELECTOR_INFO_FILEVERSION - Static variable in class com.maddox.sas1946.il2.util.BaseGameVersion
This Parameter is used by the selectorInfo method.
SELECTOR_INFO_PRODUCT_VERSION - Static variable in class com.maddox.sas1946.il2.util.BaseGameVersion
This Parameter is used by the selectorInfo method.
SELECTOR_INFO_PRODUCTVERSION - Static variable in class com.maddox.sas1946.il2.util.BaseGameVersion
This Parameter is used by the selectorInfo method.
SELECTOR_INFO_SPECIAL_BUILD - Static variable in class com.maddox.sas1946.il2.util.BaseGameVersion
This Parameter is used by the selectorInfo method.
selectorInfo(int) - Static method in class com.maddox.sas1946.il2.util.BaseGameVersion
This function returns a given information from the IL-2 Selector used to run the IL-2 game.
setBoolean(Object, String, boolean) - Static method in class com.maddox.sas1946.il2.util.Reflection
Searches for an Instance Field specified by "fieldName" within the given Object "obj" back through it's inheritance chain.
setBoolean(Class, String, boolean) - Static method in class com.maddox.sas1946.il2.util.Reflection
Searches for a Static Field specified by "fieldName" within the class "declaringClass".
setByte(Object, String, byte) - Static method in class com.maddox.sas1946.il2.util.Reflection
Searches for an Instance Field specified by "fieldName" within the given Object "obj" back through it's inheritance chain.
setByte(Class, String, byte) - Static method in class com.maddox.sas1946.il2.util.Reflection
Searches for a Static Field specified by "fieldName" within the class "declaringClass".
setChar(Object, String, char) - Static method in class com.maddox.sas1946.il2.util.Reflection
Searches for an Instance Field specified by "fieldName" within the given Object "obj" back through it's inheritance chain.
setChar(Class, String, char) - Static method in class com.maddox.sas1946.il2.util.Reflection
Searches for a Static Field specified by "fieldName" within the class "declaringClass".
setDouble(Object, String, double) - Static method in class com.maddox.sas1946.il2.util.Reflection
Searches for an Instance Field specified by "fieldName" within the given Object "obj" back through it's inheritance chain.
setDouble(Class, String, double) - Static method in class com.maddox.sas1946.il2.util.Reflection
Searches for a Static Field specified by "fieldName" within the class "declaringClass".
setFloat(Object, String, float) - Static method in class com.maddox.sas1946.il2.util.Reflection
Searches for an Instance Field specified by "fieldName" within the given Object "obj" back through it's inheritance chain.
setFloat(Class, String, float) - Static method in class com.maddox.sas1946.il2.util.Reflection
Searches for a Static Field specified by "fieldName" within the class "declaringClass".
setInt(Object, String, int) - Static method in class com.maddox.sas1946.il2.util.Reflection
Searches for an Instance Field specified by "fieldName" within the given Object "obj" back through it's inheritance chain.
setInt(Class, String, int) - Static method in class com.maddox.sas1946.il2.util.Reflection
Searches for a Static Field specified by "fieldName" within the class "declaringClass".
setLimits6DoF(Object, float[]) - Static method in class com.maddox.sas1946.il2.util.CrossVersion
This helper function lets you set the "limits6DoF" field regardless the game version your mod is running on.
setLong(Object, String, long) - Static method in class com.maddox.sas1946.il2.util.Reflection
Searches for an Instance Field specified by "fieldName" within the given Object "obj" back through it's inheritance chain.
setLong(Class, String, long) - Static method in class com.maddox.sas1946.il2.util.Reflection
Searches for a Static Field specified by "fieldName" within the class "declaringClass".
setPrintCompassHeading(Object, boolean) - Static method in class com.maddox.sas1946.il2.util.CrossVersion
This helper function lets you set the "printCompassHeading" field regardless the game version your mod is running on.
setShort(Object, String, short) - Static method in class com.maddox.sas1946.il2.util.Reflection
Searches for an Instance Field specified by "fieldName" within the given Object "obj" back through it's inheritance chain.
setShort(Class, String, short) - Static method in class com.maddox.sas1946.il2.util.Reflection
Searches for a Static Field specified by "fieldName" within the class "declaringClass".
setString(Object, String, String) - Static method in class com.maddox.sas1946.il2.util.Reflection
Searches for an Instance Field specified by "fieldName" within the given Object "obj" back through it's inheritance chain.
setString(Class, String, String) - Static method in class com.maddox.sas1946.il2.util.Reflection
Searches for a static Field specified by "fieldName" within the class "declaringClass".
setValue(Object, String, Object) - Static method in class com.maddox.sas1946.il2.util.Reflection
Searches for an Instance Field specified by "fieldName" within the given Object "obj" back through it's inheritance chain.
setValue(Class, String, Object) - Static method in class com.maddox.sas1946.il2.util.Reflection
Searches for a Static Field specified by "fieldName" within the class "declaringClass".
shortGetFieldValue(Object, String) - Static method in class com.maddox.sas1946.il2.util.Reflection
Deprecated.
As of release 1.0.4, replaced by Reflection.getShort(Object obj, String fieldName)
shortGetFieldValueStatic(Class, String) - Static method in class com.maddox.sas1946.il2.util.Reflection
Deprecated.
shortSetFieldValue(Object, String, short) - Static method in class com.maddox.sas1946.il2.util.Reflection
Deprecated.
shortSetFieldValueStatic(Class, String, short) - Static method in class com.maddox.sas1946.il2.util.Reflection
size - Variable in class com.maddox.sas1946.il2.util.FileTools.FileSizeRecord
The size value of a file found.
smoothCvt(float, float, float, float, float) - Static method in class com.maddox.sas1946.il2.util.CommonTools
Converts an input value range to output value range "smoothly", meaning that upper and lower bound values will be reached progressively like shown in this image, where the x axis shows the input value and the y axis the corresponding output value, with each min and max values for input and output lasting from 0 to 1:
smoothCvt Input (x) to Output (y)
Note that the blue line shows the output of "smoothCvt", the black line is the corresponding output of "CommonTools.cvt(float, float, float, float, float)" for comparison.
smoothCvt(float, float, float, float, float, int) - Static method in class com.maddox.sas1946.il2.util.CommonTools
Converts an input value range to output value range "smoothly", meaning that upper and lower bound values will be reached progressively like shown in this image, where the x axis shows the input value and the y axis the corresponding output value, with each min and max values for input and output lasting from 0 to 1:
smoothCvt Input (x) to Output (y)
The output of "smoothCvt" with the factors 0, 1, 2, 3, 4, 5, 6 and 7 is depicted by the black, blue, yellow, green, cyan, grey, brown and violet lines respectively.
A B C D E F G H I L M N R S T U W 
Skip navigation links