Proc Call Component
A component that calls a proc on an object and outputs the return value
Vars | |
arguments | A list of arguments |
---|---|
entity | Entity to proccall on |
output_value | Returns the output from the proccall |
proc_name | Proc to call |
resolve_weakref | Whether we resolve all the weakrefs passed as arguments |
Var Details
arguments
A list of arguments
entity
Entity to proccall on
output_value
Returns the output from the proccall
proc_name
Proc to call
resolve_weakref
Whether we resolve all the weakrefs passed as arguments