C# 클래스 hds.world.scripting.ScriptManager

파일 보기 프로젝트 열기: hdneo/mxo-hd

공개 메소드들

메소드 설명
AddEntryPoint ( int _id, string _ClassName, string _MethodName, Object _CreatedInstance ) : void
LaunchScript ( int _id, byte _rawInfo ) : bool
ScriptManager ( ) : System

메소드 상세

AddEntryPoint() 공개 메소드

public AddEntryPoint ( int _id, string _ClassName, string _MethodName, Object _CreatedInstance ) : void
_id int
_ClassName string
_MethodName string
_CreatedInstance Object
리턴 void

LaunchScript() 공개 메소드

public LaunchScript ( int _id, byte _rawInfo ) : bool
_id int
_rawInfo byte
리턴 bool

ScriptManager() 공개 메소드

public ScriptManager ( ) : System
리턴 System