Metodo LuaRunCommand.SetContext

Libreria DedApiLua

Metodo LuaRunCommandSetContext

Restituisce sempre true perché non ha bisogno di parametri.

Namespace:  LuaApplication
Assembly:  DedLuaApplication (in DedLuaApplication.dll) Versione: 1.0.0.0 (1.0.0.0)
Sintassi
public override bool SetContext(
	DedCommandContext commandContext
)
Public Overrides Function SetContext ( 
	commandContext As DedCommandContext
) As Boolean
public:
virtual bool SetContext(
	DedCommandContext^ commandContext
) override
abstract SetContext : 
        commandContext : DedCommandContext -> bool 
override SetContext : 
        commandContext : DedCommandContext -> bool 

Parametri

commandContext
Tipo: DedCommandContext

Valore di ritorno

Tipo: Boolean
Vedi anche