Skip to content

OnCargoShipHarborLeave

Usage

  • No return behavior

Example Autogenerated

csharp
private void OnCargoShipHarborLeave( CargoShip instance )
{
    Puts( "OnCargoShipHarborLeave works!" );
}

Location

  • CargoShip::LeaveHarbor()
csharp
//---
	}
	PlayHorn();
	SetFlag(Flags.Reserved1, b: false);
	SetFlag(Flags.Reserved2, b: true);
	currentHarborApproachNode++;
	Interface.CallHook("OnCargoShipHarborLeave", this);
}

Released under the MIT License.