C# Class hds.world.scripting.ScriptManager

Afficher le fichier Open project: hdneo/mxo-hd

Méthodes publiques

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

Method Details

AddEntryPoint() public méthode

public AddEntryPoint ( int _id, string _ClassName, string _MethodName, Object _CreatedInstance ) : void
_id int
_ClassName string
_MethodName string
_CreatedInstance Object
Résultat void

LaunchScript() public méthode

public LaunchScript ( int _id, byte _rawInfo ) : bool
_id int
_rawInfo byte
Résultat bool

ScriptManager() public méthode

public ScriptManager ( ) : System
Résultat System