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

Static Public Member Functions

static void Call (string commandName)
 
static void Call< Arg0 > (string commandName, Arg0 arg0)
 
static void Call< Arg0, Arg1 > (string commandName, Arg0 arg0, Arg1 arg1)
 
static void Call< Arg0, Arg1, Arg2 > (string commandName, Arg0 arg0, Arg1 arg1, Arg2 arg2)
 
static bool Exists (string commandName)
 

Static Public Attributes

static string Name
 

Member Function Documentation

◆ Call()

static void TechbloxModdingAPI.Commands.ExistingCommands.Call ( string  commandName)
inlinestatic

◆ Call< Arg0 >()

static void TechbloxModdingAPI.Commands.ExistingCommands.Call< Arg0 > ( string  commandName,
Arg0  arg0 
)
inlinestatic

◆ Call< Arg0, Arg1 >()

static void TechbloxModdingAPI.Commands.ExistingCommands.Call< Arg0, Arg1 > ( string  commandName,
Arg0  arg0,
Arg1  arg1 
)
inlinestatic

◆ Call< Arg0, Arg1, Arg2 >()

static void TechbloxModdingAPI.Commands.ExistingCommands.Call< Arg0, Arg1, Arg2 > ( string  commandName,
Arg0  arg0,
Arg1  arg1,
Arg2  arg2 
)
inlinestatic

◆ Exists()

static bool TechbloxModdingAPI.Commands.ExistingCommands.Exists ( string  commandName)
inlinestatic

Member Data Documentation

◆ Name

string TechbloxModdingAPI.Commands.ExistingCommands.Name
static

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