Native Interfaces
If you want to create your own interface for scripting in the game, you can use the Native Interfaces library.
Making the necessary changes
The use of Native Interfaces is restricted by default in order to protect the privacy and security of the users. To use the Native Interfaces API, you must make some changes to the configuration files.
1. Understand the limitations
The API of the Native Interfaces is restricted, therefore, you have to publish your mod to the marketplace as a development one.
Including the necessary headers
It is necessary to include the relevant headers in order to access the Native Interfaces API in your code.
Last updated