no way to access tamedToPlayerId and tamedToPlayerId and isTamed. (script api)
sense tameable component get removed on tame, that leave us with no way to access tamedToPlayerId and tamedToPlayerId and isTamed. and all the other EntityTameableComponent properties.
code used to test:
world.afterEvents.playerInteractWithEntity.subscribe((event) => {
const { player, target } = event;
const t = target.getComponent("tameable").
console.warn(t);
})
2024-08-13, 08:41 PM
2025-01-23, 10:54 AM
2
1
-