You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Historically, callfuncs would fail if you didn't pass at least 1 argument (even if that argument was invalid). BrighterScript supported this by making the callfunc operator always inject an invalid as the first argument if you specified no arguments.
However, in recent years that problem seems to have been fixed in the Roku OS, so this feature is no longer necessary.
Actions:
by default, do NOT inject the invalid as the first argument to callfunc operator statements.
add a bsconfig option to re-enable this feature (for legacy purposes) since this can result in code not running properly.
The text was updated successfully, but these errors were encountered:
Historically, callfuncs would fail if you didn't pass at least 1 argument (even if that argument was
invalid
). BrighterScript supported this by making the callfunc operator always inject aninvalid
as the first argument if you specified no arguments.However, in recent years that problem seems to have been fixed in the Roku OS, so this feature is no longer necessary.
Actions:
invalid
as the first argument to callfunc operator statements.The text was updated successfully, but these errors were encountered: