Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

What does the function self: do?

Asked by 4 years ago

Example from a script:

if not self:isWeather('hail') then return false end

I can't find what self: does anywhere. Could someone explain what it does?

0
self is the table itself. Fifkee 2017 — 4y

Answer this question