From fee5171298606d928d0f718d8ec0eeb2cacc1e71 Mon Sep 17 00:00:00 2001 From: Elijah Duffy Date: Tue, 6 Jun 2017 05:34:31 -0700 Subject: Main Menu: Add get_clientmodpath API (#5912) Add `core.get_clientmodpath` to main menu API (also possible in async calls). --- doc/menu_lua_api.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/menu_lua_api.txt') diff --git a/doc/menu_lua_api.txt b/doc/menu_lua_api.txt index 074bc962d..a9392ff93 100644 --- a/doc/menu_lua_api.txt +++ b/doc/menu_lua_api.txt @@ -35,6 +35,8 @@ core.get_builtin_path() ^ returns path to builtin root core.get_modpath() (possible in async calls) ^ returns path to global modpath +core.get_clientmodpath() (possible in async calls) +^ returns path to global client-side modpath core.get_modstore_details(modid) (possible in async calls) ^ modid numeric id of mod in modstore ^ returns { @@ -234,7 +236,7 @@ Limitations of Async operations -Limited set of available functions e.g. No access to functions modifying menu like core.start,core.close, core.file_open_dialog - + Class reference ---------------- -- cgit v1.2.3