Beamable SDK
Classes | Functions
Beamable.ConsoleCommands Namespace Reference

Classes

class  BeamableConsole
 
class  BeamableConsoleCommandAttribute
 
class  BeamableConsoleCommandProviderAttribute
 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 (BeamableConsoleCommandAttribute command, ConsoleCommandCallback callback)