Skip to content

How do I use pings?

Slyme edited this page Jun 24, 2022 · 2 revisions

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.

Clone this wiki locally