C# Class KopiLua.Lua.lua_TValue

Inheritance: ArrayElement
Show file Open project: mlnlover11/KopiLua-v5.1.5 Class Usage Examples

Public Properties

Property Type Description
tt int
value Value

Public Methods

Method Description
dec ( lua_TValue &value ) : lua_TValue
inc ( lua_TValue &value ) : lua_TValue
lua_TValue ( ) : System
lua_TValue ( Value value, int tt ) : System
lua_TValue ( lua_TValue copy ) : System
operator ( ) : bool
operator ( ) : int
operator ( ) : lua_TValue
set_array ( object array ) : void
set_index ( int index ) : void
this ( int offset ) : lua_TValue
this ( uint offset ) : lua_TValue

Method Details

dec() public static method

public static dec ( lua_TValue &value ) : lua_TValue
value lua_TValue
return lua_TValue

inc() public static method

public static inc ( lua_TValue &value ) : lua_TValue
value lua_TValue
return lua_TValue

lua_TValue() public method

public lua_TValue ( ) : System
return System

lua_TValue() public method

public lua_TValue ( Value value, int tt ) : System
value Value
tt int
return System

lua_TValue() public method

public lua_TValue ( lua_TValue copy ) : System
copy lua_TValue
return System

operator() public static method

public static operator ( ) : bool
return bool

operator() public static method

public static operator ( ) : int
return int

operator() public static method

public static operator ( ) : lua_TValue
return lua_TValue

set_array() public method

public set_array ( object array ) : void
array object
return void

set_index() public method

public set_index ( int index ) : void
index int
return void

this() public method

public this ( int offset ) : lua_TValue
offset int
return lua_TValue

this() public method

public this ( uint offset ) : lua_TValue
offset uint
return lua_TValue

Property Details

tt public property

public int tt
return int

value public property

public Value value
return Value