C# Class Henchmen.Lua.Libs.TableLib

Afficher le fichier Open project: henchmeninteractive/HenchLua

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
SetTableMethods ( Table globals ) : void

Private Methods

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

public static SetTableMethods ( Table globals ) : void
globals Table
Résultat void

Property Details

Insert public_oe static_oe property

public static Callable Insert
Résultat Callable

Name_Insert public_oe static_oe property

public static LString Name_Insert
Résultat LString

Name_Remove public_oe static_oe property

public static LString Name_Remove
Résultat LString

Name_Sort public_oe static_oe property

public static LString Name_Sort
Résultat LString

Name_Table public_oe static_oe property

public static LString Name_Table
Résultat LString

Name_Unpack public_oe static_oe property

public static LString Name_Unpack
Résultat LString

Remove public_oe static_oe property

public static Callable Remove
Résultat Callable

Sort public_oe static_oe property

public static Callable Sort
Résultat Callable

Unpack public_oe static_oe property

public static Callable Unpack
Résultat Callable