Integration Constructor
Constructor:Rename(Name)
INACTIVE AFTER FINALIZATION
Renames the integration.
Arguments
Arguments
Type
Description
Name
string
The integration's new name.
Response
N/A
Constructor.newFunction(Name, Function)
INACTIVE AFTER FINALIZATION
Creates a new function in the integration.
Arguments
Arguments
Type
Description
Name
string
The function's name.
Function
function
The function to be called.
Response
N/A
Constructor:Finalize()
INACTIVE AFTER FINALIZATION
Finalizes the integration.
Arguments
N/A
Response
N/A
Constructor:GetIntegration()
FOR SYSTEM USE
Returns the integration's Frame for the system to install.
Arguments
N/A
Response
Frame (Instance)
Last updated