Skip to main content

OnUserPermissionRevoked

Usage​

  • Called after a permission has been granted to a player
  • No return behavior

Examples​

void OnUserPermissionRevoked(string playerId, string permissionName)
{
Puts($"Permission '{permissionName}' revoked from player: {playerId}");
}