Module sv_exports
Export functions.
Functions
| ClientExport (src, name, ...) | ClientExport function. |
Functions
- ClientExport (src, name, ...)
-
ClientExport function.
This function exports a function to a client.
Parameters:
- src The player to export the function to. number
- name The function name. string
- ... The function arguments. any
Usage:
exports.jones_util:ClientExport(src, "Notify", "Hello World", {type = "info"})