if panel:getBootstrapState() then return #465
-
What does this mean and what does it do? |
Beta Was this translation helpful? Give feedback.
Answered by
Godlike-Productions
May 20, 2022
Replies: 1 comment 1 reply
-
We use it to protect LUA from crashing if some code is trying to run during initialization of a panel. For example, trying to assign a modulator value to a modulator that is not yet present. Basically it's a check that ctrlr is in a state that it can operate in |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
DRBAUS
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We use it to protect LUA from crashing if some code is trying to run during initialization of a panel. For example, trying to assign a modulator value to a modulator that is not yet present.
Basically it's a check that ctrlr is in a state that it can operate in