C# Class hds.world.scripting.ScriptManager

Mostra file Open project: hdneo/mxo-hd

Public Methods

Method Description
AddEntryPoint ( int _id, string _ClassName, string _MethodName, Object _CreatedInstance ) : void
LaunchScript ( int _id, byte _rawInfo ) : bool
ScriptManager ( ) : System

Method Details

AddEntryPoint() public method

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

LaunchScript() public method

public LaunchScript ( int _id, byte _rawInfo ) : bool
_id int
_rawInfo byte
return bool

ScriptManager() public method

public ScriptManager ( ) : System
return System