/tg/ Station 13 - Modules - TypesVar Details

Proc Call Component

A component that calls a proc on an object and outputs the return value

Vars

argumentsA list of arguments
entityEntity to proccall on
output_valueReturns the output from the proccall
proc_nameProc to call
resolve_weakrefWhether 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