‪TechbloxModdingAPI  ‪v2.2.0
‪The unofficial Techblox modding API
TechbloxModdingAPI.Main Class Reference

‪The main class of the TechbloxModdingAPI. Use this to initialize the API before calling it. More...

Static Public Member Functions

static void Init ()
 ‪Initializes the TechbloxModdingAPI. Call this as soon as possible after Techblox starts up. Ideally, this should be called from your main Plugin class's OnApplicationStart() method. More...
 
static void Shutdown ()
 ‪Shuts down & cleans up the TechbloxModdingAPI. Call this as late as possible before Techblox quits. Ideally, this should be called from your main Plugin class's OnApplicationQuit() method. More...
 

Properties

static bool IsInitialized [get]
 

Detailed Description

The main class of the TechbloxModdingAPI. Use this to initialize the API before calling it.

Member Function Documentation

◆ Init()

static void TechbloxModdingAPI.Main.Init ( )
inlinestatic

‪Initializes the TechbloxModdingAPI. Call this as soon as possible after Techblox starts up. Ideally, this should be called from your main Plugin class's OnApplicationStart() method.

◆ Shutdown()

static void TechbloxModdingAPI.Main.Shutdown ( )
inlinestatic

‪Shuts down & cleans up the TechbloxModdingAPI. Call this as late as possible before Techblox quits. Ideally, this should be called from your main Plugin class's OnApplicationQuit() method.

Property Documentation

◆ IsInitialized

bool TechbloxModdingAPI.Main.IsInitialized
staticget

The documentation for this class was generated from the following file: