Sorata_Kanda Posted January 25, 2019 Share Posted January 25, 2019 Hey everyone, I've been wondering if there's a way to create functions that are natively available without using functions exports. I did a little research and found modules which might be suiting in this case. However, I downloaded the SDK and opened it in Visual Studio, and it sort of looks like outdated? So does there a method of creating native functions in Lua exist? If so, how do you do it? Thanks in advance! Link to comment
Discord Moderators Pirulax Posted January 27, 2019 Discord Moderators Share Posted January 27, 2019 (edited) Nope, since all resources have their own LuaVM. Edited January 27, 2019 by Pirulax 1 Link to comment
Sorata_Kanda Posted January 27, 2019 Author Share Posted January 27, 2019 1 hour ago, Pirulax said: Nope, since all resources have their own LuaVM. But how were all the functions ported to all LuaVMs? They must have been defined in the source code. So I suspect that you could manage to provide your own functions natively by creating modules. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now