LunaLua global API functions

From Moondust Wiki
Revision as of 23:23, 22 October 2014 by Kevsoft (talk | contribs) (Created page with "Category:LunaLua API This is the new softcoded API system for custom written APIs. It provides functions to easy load APIs and functions for APIs to hook into events. {{A...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is the new softcoded API system for custom written APIs. It provides functions to easy load APIs and functions for APIs to hook into events.

Global API Functions
Function Return values Description
loadAPI(string packagename) nil Loads the api packagename.lua. If you have you own directory, the please expand [[1]].