‪TechbloxModdingAPI  ‪v2.2.0
‪The unofficial Techblox modding API
TechbloxModdingAPI.App Namespace Reference

Classes

class  AntiAntiCheatPatch
 
class  AppException
 
class  AppStateException
 
class  Client
 ‪The Techblox application that is running this code right now. More...
 
class  DualChoicePrompt
 
class  Game
 ‪An in-game save. This can be a menu item for a local save or the currently loaded save. Support for Steam Workshop coming soon (hopefully). More...
 
class  GameBuildSimEventEngine
 
struct  GameEventArgs
 
class  GameGameEngine
 
class  GameMenuEngine
 
class  GameNotFoundException
 
class  MenuEnteredEnginePatch
 
struct  MenuEventArgs
 
class  MenuExitedEnginePatch
 
class  MyGameDataEntityDescriptor_DamnItFJWhyDidYouMakeThisInternal
 
class  SingleChoicePrompt
 

Enumerations

enum  CurrentGameMode {
  CurrentGameMode.None,
  CurrentGameMode.Build,
  CurrentGameMode.Play,
  CurrentGameMode.View,
  CurrentGameMode.Tutorial
}
 

Enumeration Type Documentation

◆ CurrentGameMode

Enumerator
None 
Build 

Building a world

Play 

Playing on a map

View 

Viewing a prefab (doesn't exist anymore)

Tutorial 

Viewing a tutorial (doesn't exist anymore)