Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
NLua
Commits
08a713a6
"packages/KeraLua.1.0.27/lib/MonoAndroid/KeraLua.xml" did not exist on "ea29d831588935c714eba08858d2fd78ab81ecfe"
Commit
08a713a6
authored
Jun 06, 2013
by
Vinicius Jarina
Browse files
Added registry index API.
parent
ec5bff45
Changes
1
Hide whitespace changes
Inline
Side-by-side
Core/NLua/LuaLib/LuaLib.cs
View file @
08a713a6
...
...
@@ -419,7 +419,12 @@ namespace NLua
public
static
bool
luaL_checkmetatable
(
LuaCore
.
lua_State
luaState
,
int
index
)
{
return
LuaCore
.
luaL_checkmetatable
(
luaState
,
index
);
}
}
public
static
int
luanet_registryindex
()
{
return
LuaCore
.
luanet_registryindex
();
}
public
static
int
luanet_tonetobject
(
LuaCore
.
lua_State
luaState
,
int
index
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment