C# Class cleanCore.LuaInterface

Afficher le fichier Open project: Vipeax/cleanLayer Class Usage Examples

Méthodes publiques

Свойство Type Description
GetTop LuaGetTopDelegate
LoadBuffer LuaLoadBufferDelegate
PCall LuaPCallDelegate
SetTop LuaSetTopDelegate
ToBoolean LuaToBooleanDelegate
ToLString LuaToLStringDelegate
ToNumber LuaToNumberDelegate
Type LuaTypeDelegate

Méthodes publiques

Méthode Description
Initialize ( ) : void
Pop ( IntPtr state, int n ) : void
StackObjectToString ( IntPtr state, int index ) : string

Method Details

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

Pop() public static méthode

public static Pop ( IntPtr state, int n ) : void
state System.IntPtr
n int
Résultat void

StackObjectToString() public static méthode

public static StackObjectToString ( IntPtr state, int index ) : string
state System.IntPtr
index int
Résultat string

Property Details

GetTop public_oe static_oe property

public static LuaGetTopDelegate GetTop
Résultat LuaGetTopDelegate

LoadBuffer public_oe static_oe property

public static LuaLoadBufferDelegate LoadBuffer
Résultat LuaLoadBufferDelegate

PCall public_oe static_oe property

public static LuaPCallDelegate PCall
Résultat LuaPCallDelegate

SetTop public_oe static_oe property

public static LuaSetTopDelegate SetTop
Résultat LuaSetTopDelegate

ToBoolean public_oe static_oe property

public static LuaToBooleanDelegate ToBoolean
Résultat LuaToBooleanDelegate

ToLString public_oe static_oe property

public static LuaToLStringDelegate ToLString
Résultat LuaToLStringDelegate

ToNumber public_oe static_oe property

public static LuaToNumberDelegate ToNumber
Résultat LuaToNumberDelegate

Type public_oe static_oe property

public static LuaTypeDelegate Type
Résultat LuaTypeDelegate