Tao.Lua SDK Documentation

Lua.lua_pushinteger Method 

Pushes a number with value n onto the stack.

[Visual Basic]
Public Shared Sub lua_pushinteger( _
   ByVal L As IntPtr, _
   ByVal n As Integer _
)
[C#]
public static void lua_pushinteger(
   IntPtr L,
   int n
);

Parameters

L
n

See Also

Lua Class | Tao.Lua Namespace