C# Class KopiLua.Lua.lua_TValue

Inheritance: ArrayElement
Afficher le fichier Open project: mlnlover11/KopiLua-v5.1.5 Class Usage Examples

Méthodes publiques

Свойство Type Description
tt int
value Value

Méthodes publiques

Méthode 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 méthode

public static dec ( lua_TValue &value ) : lua_TValue
value lua_TValue
Résultat lua_TValue

inc() public static méthode

public static inc ( lua_TValue &value ) : lua_TValue
value lua_TValue
Résultat lua_TValue

lua_TValue() public méthode

public lua_TValue ( ) : System
Résultat System

lua_TValue() public méthode

public lua_TValue ( Value value, int tt ) : System
value Value
tt int
Résultat System

lua_TValue() public méthode

public lua_TValue ( lua_TValue copy ) : System
copy lua_TValue
Résultat System

operator() public static méthode

public static operator ( ) : bool
Résultat bool

operator() public static méthode

public static operator ( ) : int
Résultat int

operator() public static méthode

public static operator ( ) : lua_TValue
Résultat lua_TValue

set_array() public méthode

public set_array ( object array ) : void
array object
Résultat void

set_index() public méthode

public set_index ( int index ) : void
index int
Résultat void

this() public méthode

public this ( int offset ) : lua_TValue
offset int
Résultat lua_TValue

this() public méthode

public this ( uint offset ) : lua_TValue
offset uint
Résultat lua_TValue

Property Details

tt public_oe property

public int tt
Résultat int

value public_oe property

public Value value
Résultat Value