C# Class Henchmen.Lua.Libs.TableLib

Show file Open project: henchmeninteractive/HenchLua

Public Properties

Property Type Description
Insert Callable
Name_Insert LString
Name_Remove LString
Name_Sort LString
Name_Table LString
Name_Unpack LString
Remove Callable
Sort Callable
Unpack Callable

Public Methods

Method Description
SetTableMethods ( Table globals ) : void

Private Methods

Method Description
QSort ( System.Thread thread, Table list, Callable less, int l, int u ) : void
TInsert ( System.Thread l ) : int
TRemove ( System.Thread l ) : int
TSort ( System.Thread l ) : int
TUnpack ( System.Thread l ) : int

Method Details

SetTableMethods() public static method

public static SetTableMethods ( Table globals ) : void
globals Table
return void

Property Details

Insert public static property

public static Callable Insert
return Callable

Name_Insert public static property

public static LString Name_Insert
return LString

Name_Remove public static property

public static LString Name_Remove
return LString

Name_Sort public static property

public static LString Name_Sort
return LString

Name_Table public static property

public static LString Name_Table
return LString

Name_Unpack public static property

public static LString Name_Unpack
return LString

Remove public static property

public static Callable Remove
return Callable

Sort public static property

public static Callable Sort
return Callable

Unpack public static property

public static Callable Unpack
return Callable