Page 1 of 1

What happens on invalid LuaRemote::call?

Posted: Mon Feb 19, 2024 2:55 pm
by curiosity
What if you pass it a nonexistent interface name? Does it error or return nil, or maybe do something else? What about a nonexistent function name?

Re: What happens on invalid LuaRemote::call?

Posted: Sun May 05, 2024 8:56 am
by Bilka
Both cases error, added to the docs for the next doc release.