Exports
API reference for integrating DevMate functionality into your own scripts.
Overview
DevMate provides a comprehensive exports API that allows you to integrate DevMate functionality into your own FiveM scripts. This enables you to leverage DevMate's powerful features programmatically.
This documentation covers the available exports. More detailed examples and use cases will be added as the API expands.
Available Exports
DevMate exports various functions that can be called from other resources using the FiveM export system. All exports follow the standard FiveM export pattern:
-- Lua example
local result = exports.DevMate:ExportName(parameters)// JavaScript example
const result = exports.DevMate.ExportName(parameters);Export Reference
Coming Soon
The exports API documentation is currently being expanded. Check back soon for:
- Complete export function reference
- Usage examples for each export
- Integration guides
- Best practices for using DevMate exports
While the exports API is available, detailed documentation is still in progress. Use with caution and test thoroughly in a development environment.
Getting Help
If you need assistance with DevMate exports:
- Make sure to read the DevMate documentation carefully and follow the instructions properly.
- Check the Whitigol Software Discord and open a ticket
Contributing
If you have examples or use cases for DevMate exports that you'd like to share, please reach out through the Discord server. Your contributions help improve the documentation for everyone!
Last updated: Unknown