How do I use pings? - Slymeball/figura-faq GitHub Wiki

To make a pinged function, type ping. before the function name to put the function in the ping table. For an example, see the code below.

function ping.toggleHorns(v)
	model.Head[Horns].setEnabled(v)
end

⚠️ Warning:
Pings (and most other backend functions) do not exist for the rewrite yet. When they do, check back here.