OnCupboardClearListUsage​Called when an attempt is made to clear a cupboard authorized listReturn a non-null value to override default behaviorExamples​""object OnCupboardClearList(BuildingPrivlidge privilege, BasePlayer player){ Puts("OnCupboardClearList works!"); return null;}Copy