C# Class KopiLua.Lua.MatchState

Show file Open project: mlnlover11/KopiLua-v5.1.5

Public Properties

Property Type Description
L lua_State
capture capture_[]
level int
src_end KopiLua.CharPtr
src_init KopiLua.CharPtr

Public Methods

Method Description
MatchState ( ) : System

Method Details

MatchState() public method

public MatchState ( ) : System
return System

Property Details

L public property

public lua_State L
return lua_State

capture public property

public capture_[] capture
return capture_[]

level public property

public int level
return int

src_end public property

public CharPtr,KopiLua src_end
return KopiLua.CharPtr

src_init public property

public CharPtr,KopiLua src_init
return KopiLua.CharPtr