Difference between revisions of "Call"

1 byte added ,  11:12, 19 February 2018
no edit summary
imported>Lubronbrons
imported>Lubronbrons
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Function  
{{Function  
  | origin = OBSE
  | origin = OBSE
  | name = ref.Call
  | name = ref.Call function:ref arg1:multi arg2:multi ... arg10:multi
  | summary = calls a user-defined function. Should be followed by a list of arguments matching the types expected by the function. If a calling reference is specified, commands within the function body will operate on that reference. Call returns whatever value is returned by the function.
  | summary = calls a user-defined function. Should be followed by a list of arguments matching the types expected by the function. If a calling reference is specified, commands within the function body will operate on that reference. Call returns whatever value is returned by the function.
  | returnVal = returnValue
  | returnVal = returnValue
  | returnType = multi
  | returnType = multi
  | arguments = function:ref arg1:multi arg2:multi ... arg10:multi
  | arguments =  
  }}  
  }}  


Anonymous user