
Is there some defaulting magic going on behind the scenes for the findObjs() function? I just realized that I have been sending a call to it like this: let foo = findObjs({ type: 'ability' , characterid: theSpeaker.id, name: "That thing" })[0].get("action"); ...and it finds the ability, even though the documentation for the Ability object says that the property is named "_type". Is this intended to work, or is this an unsupported UAYOR situation?