C# Class Pluton.LUAPlugin

Lua plugin.
Inheritance: BasePlugin
Afficher le fichier Open project: Notulp/Pluton

Méthodes publiques

Свойство Type Description
Tables Table
script Script

Méthodes publiques

Méthode Description
FormatException ( Exception ex ) : string
Invoke ( string func ) : object

Invoke the specified method and args.

LUAPlugin ( string name, string code, DirectoryInfo rootdir ) : System

Initializes a new instance of the Pluton.LUAPlugin class.

Load ( string code = "" ) : void

Method Details

FormatException() public méthode

public FormatException ( Exception ex ) : string
ex System.Exception
Résultat string

Invoke() public méthode

Invoke the specified method and args.
public Invoke ( string func ) : object
func string Func.
Résultat object

LUAPlugin() public méthode

Initializes a new instance of the Pluton.LUAPlugin class.
public LUAPlugin ( string name, string code, DirectoryInfo rootdir ) : System
name string Name.
code string Code.
rootdir System.IO.DirectoryInfo Rootdir.
Résultat System

Load() public méthode

public Load ( string code = "" ) : void
code string
Résultat void

Property Details

Tables public_oe property

LUA Tables
public Table Tables
Résultat Table

script public_oe property

public Script script
Résultat Script