Last updated 1 year ago
Was this helpful?
Method in
Removes a function from the Library.
If no function with the given name is present in the Library, this method does nothing.
public void DeregisterFunction(string name)
string name
string
The name of the function to remove.