Stuff that exist in API but not in the library¶
Here you can find some objects that can be found in GT-MP API but for some reason doesn’t exist in LuaConnector and why they are not in.
Functions¶
API.delay¶
Reason: coroutine and timer (WIP) library
API.fetchNativeFromPlayer¶
Reason: not yet because generic
API.fromJson¶
Reason: ??
API.getWorldData¶
Reason: not yet because dynamic
getWorldSyncedData¶
Reason: not yet because dynamic
API.loadConfig¶
Reason: ??
API.loadXml¶
Reason: there is already xml library
API.random¶
Reason: there is already math.random
API.startThread¶
Reason: threading
API.toJson¶
Reason: there is already json library