Autonauts Modding
ModBase Member List

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

ClassAndMethodExist(string ClassName, string MethodName)ModBase
DisableSafety(bool Disable)ModBase
ExposeKeybinding(string UniqueName, int Key, DynValue Callback)ModBase
ExposeVariable(string UniqueName, DynValue DefaultValue, DynValue Callback, DynValue Min, DynValue Max)ModBase
ExposeVariableList(string UniqueName, DynValue[] DefaultOptions, int DefaultSelectedOption, DynValue Callback)ModBase
GetExposedVariable(string UniqueName)ModBase
GetGameState()ModBase
GetGameVersion()ModBase
GetGameVersionMajor()ModBase
GetGameVersionMinor()ModBase
GetGameVersionPatch()ModBase
IsGameVersionGreaterThanEqualTo(string DesiredVersion)ModBase
IsNightTime()ModBase
IsRaining()ModBase
RegisterForInputMouseButtonDown(DynValue Callback)ModBase
RegisterForInputPress(DynValue Callback)ModBase
RegisterForItemTypeSpawnedCallback(string NewTypeString, DynValue Callback)ModBase
SetSteamWorkshopDetails(string Title="", string Description="", string[] Tags=null, string ContentImage="")ModBase
SpawnItem(string Item="Nothing", int NewX=0, int NewY=0, bool DoOnce=false, bool Instant=false, bool ForceBP=false)ModBase
SpawnLiquid(string LiquidItem, string FillableItem="ToolBucket", int NewX=0, int NewY=0)ModBase
UnregisterForItemTypeSpawnedCallback(string NewTypeString)ModBase