Autonauts Modding
ModTool Member List

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

CreateTool(string UniqueName, string[] NewIngredientsStringArr=null, int[] NewIngredientsAmountArr=null, string[] ObjectsToUseOnArr=null, string[] TilesToUseOnArr=null, string[] ObjectsToProduceArr=null, int[] ObjectsToProduceAmountArr=null, float AnimationDuration=2.0f, string ModelName="", bool UsingCustomModel=true, DynValue CallbackOnComplete=null, bool DestroyTarget=true)ModTool
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