Autonauts Modding
ModConverter Member List

This is the complete list of members for ModConverter, including all inherited members.

AddFuelToSpecifiedConverter(int UID, float Fuel)ModConverter
AddIngredientToSpecifiedConverter(int UID, string IngredientString)ModConverter
AreConverterRequrementsMet(int UID)ModConverter
CreateConverter(string UniqueName, string[] RecipeStringArr, string[] NewIngredientsStringArr, int[] NewIngredientsAmountArr, string ModelName="", int[] TL=null, int[] BR=null, int[] Access=null, int[] Spawn=null, bool UsingCustomModel=true)ModConverter
GetConverterProperties(int UID)ModConverter
GetFuelMaxCapacity(int UID)ModConverter
GetFuelQuantity(int UID)ModConverter
RegisterForCustomCallback(string UniqueName, string CallbackType, DynValue Callback)ModCustom
UpdateModelParameters(string UniqueName, float Scale=1f, float RotX=0f, float RotY=0f, float RotZ=0f, float TransX=0f, float TransY=0f, float TransZ=0f)ModCustom
UpdateModelRotation(string UniqueName, float RotX=0f, float RotY=0f, float RotZ=0f)ModCustom
UpdateModelScale(string UniqueName, float Scale=1f)ModCustom
UpdateModelScaleSplit(string UniqueName, float ScaleX=1f, float ScaleY=1f, float ScaleZ=1f)ModCustom
UpdateModelTranslation(string UniqueName, float TransX=0f, float TransY=0f, float TransZ=0f)ModCustom