This website requires JavaScript.
Explore
Help
Sign In
mtcontrib
/
async
Watch
1
Star
0
Fork
0
You've already forked async
Code
Issues
Pull Requests
Releases
Wiki
Activity
fd6c593066
async
/
init.lua
6 lines
100 B
Lua
Raw
Normal View
History
Unescape
Escape
Remove: all extend_api names from repo
2019-05-13 21:22:21 +02:00
modpath
=
minetest.get_modpath
(
"
async
"
)
Use extended_api namespace
2018-11-10 14:08:56 +01:00
Remove: all extend_api names from repo
2019-05-13 21:22:21 +02:00
async
=
{
}
Use extended_api namespace
2018-11-10 14:08:56 +01:00
Add: registers Make Async instance based.
2018-12-26 06:08:44 +01:00
dofile
(
string.format
(
"
%s/async.lua
"
,
modpath
)
)
Reference in New Issue
Copy Permalink