🌟 Special functions#

πŸ‘‰ The β€œata” functions#

This is a reduction of β€œas to at”. Several functions require 2 positions to work (example: retrieve the distance between 2 points) or an entity and a position. To simplify the use, no need to pass 3 scores for each position. You will be able to place an entity on point 1 (if it is useful), then execute the function on point 2 by executing it on the entity on point 1.

πŸ†” The β€œtti” functions#

This is a reduction of β€œto target id”. Several functions require 2 a source and a target entity (example: get a vector to another entity). To simplify the use, no need to always use the id/check function.