C# Class ScriptExtender, GTAVDeveloperConsole

Extends the GTA.Script class
Exibir arquivo Open project: Dakota628/GTAVDeveloperConsole

Public Methods

Method Description
RegisterConsoleScript ( this s, DeveloperConsole, c ) : void

Register this script with the console

Method Details

RegisterConsoleScript() public static method

Register this script with the console
public static RegisterConsoleScript ( this s, DeveloperConsole, c ) : void
s this The script to register
c DeveloperConsole, The console attached callback
return void