C# Class ScriptExtender, GTAVDeveloperConsole

Extends the GTA.Script class
Afficher le fichier Open project: Dakota628/GTAVDeveloperConsole

Méthodes publiques

Méthode Description
RegisterConsoleScript ( this s, DeveloperConsole, c ) : void

Register this script with the console

Method Details

RegisterConsoleScript() public static méthode

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
Résultat void