Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
documentation:language_reference:objects:responsefunction:start [2024/12/20 17:04] – Maurits W. Haverkort | documentation:language_reference:objects:responsefunction:start [2024/12/20 17:07] (current) – Maurits W. Haverkort | ||
---|---|---|---|
Line 91: | Line 91: | ||
Below you find several functions, methods, properties and operations related to response functions. | Below you find several functions, methods, properties and operations related to response functions. | ||
- | Response functions can be stored internally as Lua tables with the a meta table set, or as a user data. Both objects behave similarly. One should be careful as a comparison between a response function stored as a table to a response function stored as a user data is always falls. That said, comparing functions of doubles will always be problematic due to numerical inaccuracies. | + | Response functions can be stored internally as Lua tables with a metatable |
### | ### |