C# Class Test.Function

Inheritance: LuaSharp.ClrFunction
Show file Open project: jsimmons/LuaSharp

Public Methods

Method Description
Function ( ) : System

Protected Methods

Method Description
OnInvoke ( Lua state, object args ) : object[]

Method Details

Function() public method

public Function ( ) : System
return System

OnInvoke() protected method

protected OnInvoke ( Lua state, object args ) : object[]
state LuaSharp.Lua
args object
return object[]