Last updated 25 days ago
Was this helpful?
Method in
Registers a function as existing, without supplying an implementation.
void RegisterFunctionDeclaration(string name, Type returnType, Type[] parameterTypes);
string name
string
The name of the function.
Type returnType
Type
The return type of the function.
Type[] parameterTypes
Type[]
The types of the function's parameters.