View Single Post
07/28/23, 06:20 PM   #35
Calamath
AddOn Author - Click to view addons
Join Date: Aug 2019
Posts: 36
Originally Posted by ZOS_DanBatson View Post
More specifically, overwriting an existing action layer and trying to change allowFallthrough from what it already was to the opposite is not supported. Personal Assistant was invoking vanilla action layers and trying to set allowFallthrough to false when vanilla had already set them to true. And that's not kosher.
ZOS_DanBatson,
I understand that setting allowFallthrough differently for the vanilla action layer is a no-go and will cause UI errors in the future.

Am I correct in assuming that it is OK to set allowFallthrough to my own actions that inherit bindings from others, or to set allowFallthrough to my own action layer?

I missed this note and wanted to make a personal note about the exact usage.
There are also configuration items such as preventAutomaticInputModeChange and allowOnInputModeChange in the XML.

The action layer is a monster, so I don't think about doing anything carelessly...
  Reply With Quote