C# Класс ScriptExtender, GTAVDeveloperConsole

Extends the GTA.Script class
Показать файл Открыть проект

Открытые методы

Метод Описание
RegisterConsoleScript ( this s, DeveloperConsole, c ) : void

Register this script with the console

Описание методов

RegisterConsoleScript() публичный статический Метод

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
Результат void