Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
documentation:language_reference:objects:responsefunction:functions:totable [2024/12/31 13:48] Maurits W. Haverkortdocumentation:language_reference:objects:responsefunction:functions:totable [2025/11/20 04:20] (current) – external edit 127.0.0.1
Line 1: Line 1:
 {{indexmenu_n>999}} {{indexmenu_n>999}}
-====== ToTable ======+====== ResponseFunction.ToTable ======
  
 ### ###
 //T = ResponseFunction.ToTable(G)// creates a table $T$ that can be used as input for //ResponseFunction.New// such that //G = ResponseFunctionNew(T)//. //T = ResponseFunction.ToTable(G)// creates a table $T$ that can be used as input for //ResponseFunction.New// such that //G = ResponseFunctionNew(T)//.
 +###
 +
 +###
 +The table $T$ has the metatable set to "ResponseFunctionMeta". This defines several functions one can use on the table similar to response functions stored as user data.
 ### ###
  
Print/export