C# 클래스 ScriptExtender, GTAVDeveloperConsole

Extends the GTA.Script class
파일 보기 프로젝트 열기: Dakota628/GTAVDeveloperConsole

공개 메소드들

메소드 설명
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