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"})
generated by LDoc 1.5.0 Last updated 2024-05-13 19:05:24