Posted
Just curious if they are 100% same.
For example in luau source lua_pushnumber is:
void lua_pushnumber(lua_State* L, double n)
{
setnvalue(L->top, n);
api_incr_top(L);
return;
}
Is this (or any other lua function) the same in roblox lua?
I’m not lazy, I’m just on energy saving mode.
Replied
Cancel
Post
Did I mention I use arch btw?
Replied
Hello, first of all, have a nice day! I think this will work for you: https://www.lua.org/source/5.1/
Cancel
Post
I’m not lazy, I’m just on energy saving mode.
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post