Tao.Lua SDK Documentation |
|
Lua.lua_replace Method
Moves the top element into the given position (and pops it), without shifting any element (therefore replacing the value at the given position).
[Visual Basic]
Public Shared Sub lua_replace( _
ByVal
L As
IntPtr, _
ByVal
idx As
Integer _
)
Parameters
-
L
-
-
idx
-
See Also
Lua Class | Tao.Lua Namespace