Contains information regarding an event after a players input permissions change.
export class PlayerInputPermissionCategoryChangeAfterEvent { private constructor(); readonly category: InputPermissionCategory; readonly enabled: boolean; readonly player: Player;} Copy
export class PlayerInputPermissionCategoryChangeAfterEvent { private constructor(); readonly category: InputPermissionCategory; readonly enabled: boolean; readonly player: Player;}
Private
Readonly
The category of input permissions that have changed.
This property can't be read in early-execution mode.
The enabled/disabled state of the players input permissions.
The player that has had their input permissions changed.
Contains information regarding an event after a players input permissions change.
Source