Rc
Manages callbacks that are connected to when an entity is tamed.
export class EntityTamedAfterEventSignal { private constructor(); subscribe( callback: (arg0: EntityTamedAfterEvent) => void, options?: EntityTamedEventOptions, ): (arg0: EntityTamedAfterEvent) => void; unsubscribe(callback: (arg0: EntityTamedAfterEvent) => void): void;} Copy
export class EntityTamedAfterEventSignal { private constructor(); subscribe( callback: (arg0: EntityTamedAfterEvent) => void, options?: EntityTamedEventOptions, ): (arg0: EntityTamedAfterEvent) => void; unsubscribe(callback: (arg0: EntityTamedAfterEvent) => void): void;}
Private
Optional
no-restricted-execution - This function can't be called in restricted-execution mode.
early-execution-allowed - This function can be called in early-execution mode.
Manages callbacks that are connected to when an entity is tamed.
Source