Beamable SDK
Classes | Functions
Core.ConsoleCommands Namespace Reference

Classes

class  DBeamConsole
 
class  DBeamConsoleCommandAttribute
 
class  DBeamConsoleCommandProviderAttribute
 Used on a class to annotate the class as having console commands. The class must have an empty constructor, or no console commands will be loaded. More...
 
class  DefaultConsoleCommands
 

Functions

delegate string ConsoleCommandCallback (string[] args)
 
delegate Task< string > ConsoleCommandAsyncCallback (string[] args)
 
delegate void OnConsoleLog (string message)
 
delegate string OnConsoleExecute (string command, string[] args)
 
delegate void OnCommandRegistered (DBeamConsoleCommandAttribute command, ConsoleCommandCallback callback)