makeCall#

swordfish.function.makeCall()#

Call a function with the specified parameters to generate a piece of script. The difference between call and makeCall is that makeCall doesn’t execute the script.

Parameters:
  • F (Constant) – A function.

  • args (Constant) – The required parameters of F.