Reserved Functions

Following are the reserved functions within plugins. While not all of these are reserved in the traditional sense, many of the listed Design Time functions are required for the plugin to compile and are used within the Core OS Platform. If a function is not required for compile, it is noted as optional.

For a list of reserved control names, see Reserved Control Names.

Note: Lua is case-senstive. For example, "string" and "String" are not the same.

Design Time Functions

Runtime

This information is provided to further increase understanding of QSC-authored plugins. These functions are not required to be added to a user-authored plugin. The following are common functions typically found in QSC-authored plugins. For a working example of these functions, see TCPSocket.