PythonInstance.GetFunction Method (console safe)
Gets a function by name from to execute from the class instance.
Parameters
- name
- Name of the function to get.
Returns
- PythonFunction
- PythonFunction or nil if function was not found.
Remarks
See Also
PythonInstance Class