Skip to main content

OnTeamRejectInvite

Usage​

  • Useful for canceling the invitation rejection
  • Return a non-null value to override default behavior

Examples​

""
object OnTeamRejectInvite(BasePlayer rejector, RelationshipManager.PlayerTeam team)
{
Puts("OnTeamRejectInvite works!");
return null;
}